Re: iCal and broken 'event whose' problem
Re: iCal and broken 'event whose' problem
- Subject: Re: iCal and broken 'event whose' problem
- From: Peter Baxter <email@hidden>
- Date: Sat, 16 Feb 2008 21:31:36 +1100
Why not try:
set start_day to current date set end_day to (start_day + 7 * days) tell application "iCal" set EventIDs to uid of every event of every calendar whose start date > start_day and end date ≤ end_day end tell
"For every complex problem, there is a solution that is simple, neat and wrong." -H.L.Mencken
Peter Baxter
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden