Retrieving Entourage tasks and events that have been modified after a given date
Retrieving Entourage tasks and events that have been modified after a given date
- Subject: Retrieving Entourage tasks and events that have been modified after a given date
- From: "Patrick Gerzanics" <email@hidden>
- Date: Wed, 21 Jan 2004 20:07:30 -0600
First of all, thanks to everyone who has answered my earlier questions
(especially Paul who appears to be the resident expert) and sorry for my
first question with the various scripting errors!
My newest quandary may simply be another 'you can't' kind of thing, but it
seems rather silly. I would like to retrieve the tasks and events modified
after a certain date like I can do with contacts:
i.e.
set eventList to every event where its modification date is greater than
(date "01/01/2004 12:00:00 AM")
and:
set taskList to every task where its modification date is greater than (date
"01/01/2004 12:00:00 AM")
Doing:
set contactList to every contact where its modification date is greater than
(date "01/01/2004 12:00:00 AM")
works fine.
However, 'modification date' does not seem to be an available property for
events and tasks and their does not appear to be an equivalent (at least
from the Entourage script dictionary). Is this just a rather obvious
oversight by the Entourage dev team? Or, is there another way to get the
same information?
Thanks again for any assistance!
-Patrick
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.