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: Sun, 17 Feb 2008 11:15:56 +0100
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
I will test the script.
Thanks again for your help ! _______________________________________________
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