Re: iCal & AppleScript
Re: iCal & AppleScript
- Subject: Re: iCal & AppleScript
- From: Paul Berkowitz <email@hidden>
- Date: Tue, 09 Sep 2003 23:20:29 -0700
On 9/9/03 10:38 PM, "EL" <email@hidden> wrote:
>
As far as I can make out you can set the date of an event, the kind of
>
calenedar, but not much else, not even the time of an event, so what's
>
the point?
You probably aren't aware of the Cocoa-apps' (amongst others') requirements
for 'at end of [elements] of':
tell application "iCal"
make new event at end of events of calendar 1 with properties
{summary:"Test", start date:date "9/9/03 10:00", end date:date "9/9/03
11:00""}
end tell
--
Paul Berkowitz
_______________________________________________
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.