Creating detached events
Creating detached events
- Subject: Creating detached events
- From: "Manish Chaturvedi" <email@hidden>
- Date: Fri, 23 May 2008 17:33:18 +0530
Hi there,
Please excuse me if this is not the right mailing list to
post this message.
I am using this script for creating daily recurring event in
iCal
tell application “iCal”
tell calendar “Home”
set thedate to current date
set EventRecurrence to “FREQ=DAILY;INTERVAL=1;COUNT=5 ” as string
make new event at end with properties { description:”test”,
summary:”summary”, start date:thedate, recurrence:EventRecurrence}
end tell
end tell
is there is any way to create detached events( i.e. both
deleted and modified events ) in this recurring event using apple script ?
Thanks in advance,
Manish
|
_______________________________________________
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