iCal and Applescript (beginner)
iCal and Applescript (beginner)
- Subject: iCal and Applescript (beginner)
- From: Bernard Bernu <email@hidden>
- Date: Sun, 2 Oct 2005 10:58:53 +0200
I'm looking for informations on how to build iCal's calendars with Applescript and publish it to be used by users on other platforms.
I succeeded to get events from calandars but for instance not to make new ones.
I tried that :
tell application "iCal"
set thecal to first calendar whose title is "EnAcT-Val"
set eventList to every event of thecal
set new_event to make new event at thecal with properties {start date:date "lundi 3 octobre 2005 9:00:00", end date:date "lundi 3 octobre 2005 12:00:00", summary:"essai"}
end tell
Bernard _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden