Re: iCal and broken 'event whose' problem
Re: iCal and broken 'event whose' problem
- Subject: Re: iCal and broken 'event whose' problem
- From: Michelle Steiner <email@hidden>
- Date: Sat, 16 Feb 2008 09:53:19 -0700
On Feb 16, 2008, at 9:44 AM, Stephan Bansemer wrote: hanks for your quick answer. Don't know how to reply in the forum, so I'll write a "normal" email (Hope it's OK for you).
All you had to do was click on the Reply button; I had set the Reply-to field to it. I'm sending this reply to the list since you indicated that's where you preferred the exchange to be.
And yes, I ran it on a 10.5.2 machine.
Try this script; it should return a list of lists, each internal list will correspond to a calendar.
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 calendars whose start date > start_day and end date ≤ end_day end tell
-- Michelle
-- "English has pursued other languages down alleyways to beat them unconscious and rifle their pockets for new vocabulary."
|
_______________________________________________
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