Re: Getting info back from iCal: missing values ?
Re: Getting info back from iCal: missing values ?
- Subject: Re: Getting info back from iCal: missing values ?
- From: pete boardman <email@hidden>
- Date: Tue, 20 Sep 2005 12:33:18 +0100
On 20 Sep 2005, at 10:22, Jay Louvion wrote:
I’m possibly getting it quite wrong, but what does that return to
you people ?
It returns a list of missing values, one for each calendar, since I
have no events in any calendar that starts at the exact moment the
script runs.
Perhaps you want to know if there are any events in the next 24 hours:
set TodaysEvents to get every event of every calendar whose start
date is greater than today and end date is less than today + 24 * hours
- you might get a list of lists:
{missing value, {event 11 of calendar 2, event 12 of calendar 2},
missing value}
Pete
_______________________________________________
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