Re: iCal scripting through UI
Re: iCal scripting through UI
- Subject: Re: iCal scripting through UI
- From: peter boardman <email@hidden>
- Date: Fri, 23 Jan 2004 15:08:23 +0000
Dr. Max Bonilla <email@hidden> said on 22/1/04, 4:21 pm
(-0500 GMT):
>
selecting the all-day button in the drawer, or writing a note to
>
the event. I can't do that.
Can you not create allday events like this?
--
tell application "iCal"
set newEvent to make new event at end of events of calendar 1
set properties of newEvent to {start date:current date, end
date:current date, summary:"The moment has come", description:"a note
about the moment to come", allday event:true}
end tell
--
Pete
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.