Re: Palm Desktop
Re: Palm Desktop
- Subject: Re: Palm Desktop
- From: Chris Page <email@hidden>
- Date: Fri, 7 Jan 2005 03:48:59 -0800
On Jan 5, 2005, at 10:20, Hendrik W. M. van Eeden wrote:
... how do I examine the eCategoryList, I am looking for a specific category.
Do you mean you're looking for events with a particular category? Use a "whose" clause:
tell application "Palm Desktop"
set cat to category "Personal" -- get the category we're interested in
get the events of calendar day ((current date) + 1 * days) whose ¬
primary category is cat or secondary category is cat
end tell
--
Chris Page
- Software Wrangler - Dylan Pundit<x-tad-bigger>
</x-tad-bigger>
<x-tad-smaller> The most likely way for the world to be destroyed, most experts agree,
is by accident. That's where we come in; we're computer professionals.
We cause accidents. -- Nathaniel Borenstein
</x-tad-smaller>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden