Re: iCal scripting?
Re: iCal scripting?
- Subject: Re: iCal scripting?
- From: Rob Jorgensen <email@hidden>
- Date: Tue, 10 Sep 2002 12:01:41 -0400
On 9/10/02, T.J. Mahaffey commented:
Hi, list. :)
Anyone doing any iCal scripting yet? The dictionary seems
straightforward, but I
can't get even the most basic script to work: (10.2, AS 1.9)
tell application "iCal"
make new todo at calendar 1 with properties {summary:"testing"}
end tell
It appears that iCal wants to know "where" to make it (within the calendar).
tell application "iCal"
make new todo at end of calendar 1 with properties {summary:"testing"}
end tell
--
Rob Jorgensen
Ohio, USA
_______________________________________________
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.