Re: Applescript-users Digest, Vol 2, Issue 5
Re: Applescript-users Digest, Vol 2, Issue 5
- Subject: Re: Applescript-users Digest, Vol 2, Issue 5
- From: "Hendrik W. M. van Eeden" <email@hidden>
- Date: Wed, 05 Jan 2005 13:20:09 -0500
Thanks! That work well. This fixes one problem. I chanced it to:
set the nextDay to ((the current date) + 1 * days)
tell application "Palm Desktop"
tell events of calendar day the nextDay
set the eCount to the count
if the eCount is greater than 0 then
--set {the eNamesList, the eTimesList} to {the title, the start
time}
set {the eNamesList, the eCategoryList} to {the title, the name
of primary category}
end if
end tell
end tell
It gets what I want, but how do I examine the eCategoryList, I am looking
for a specific category.
Thanks again.
--
Henk
> From: <email@hidden>
> Reply-To: <email@hidden>
> Date: Tue, 4 Jan 2005 12:01:58 -0800 (PST)
> To: <email@hidden>
> Subject: Applescript-users Digest, Vol 2, Issue 5
>
> Here's an example of what I use:
>
> set the nextDay to ((the current date) + 1 * days)
>
> tell application "Palm Desktop"
> tell events of calendar day the nextDay
> set the eCount to the count
> if the eCount is greater than 0 then
> set {the eNamesList, the eTimesList} to {the title, the start time}
> end if
> end tell
> end tell
>
> cheshirekat
_______________________________________________
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