iCal and broken 'event whose' problem
iCal and broken 'event whose' problem
- Subject: iCal and broken 'event whose' problem
- From: Stephan Bansemer <email@hidden>
- Date: Sat, 16 Feb 2008 09:34:43 +0100
Until Apple launched 10.5 the following code was working fast and reliable:
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 calendar 1 whose start date > start_day and end date ≤ end_day end tell But still under the new 10.5.2 it delivers an empty list. Am I missing something or is there a workaround ?
Stephan |
_______________________________________________
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