Re: iCal and Applescript (beginner)
Re: iCal and Applescript (beginner)
- Subject: Re: iCal and Applescript (beginner)
- From: Jay Louvion <email@hidden>
- Date: Sun, 02 Oct 2005 11:15:22 +0200
Title: Re: iCal and Applescript (beginner)
le 2/10/05 10:58, Bernard Bernu à email@hidden est réputé(e) avoir écrit :
Try this to get started:
set rightcalendar to "Work"
set eventName to "Meeting"
set EventDescription to "At my place"
set EventStartDate to date "2.10.2005 10:30:00"
set EventEndDate to date "2.10.2005 11:30:00" --it compiles as “Dimanche, 2 octobre 2005”
tell application "iCal"
set targetCal to first calendar whose title is rightcalendar
make new event at the end of events of targetCal with properties ¬
{summary:eventName, description:EventDescription, start date:EventStartDate, end date:EventEndDate}
end tell
Jay Louvion
Studio Casagrande
3, rue Müller-Brun
1208 Geneva
T+4122 840 3272
F+4122 840 3271
skypeme:
jaylouvion
www.studiocasagrande.com
_______________________________________________
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