Re: iCal calendar title property
Re: iCal calendar title property
- Subject: Re: iCal calendar title property
- From: Dave Balderstone <email@hidden>
- Date: Tue, 29 Jun 2004 12:24:20 -0600
On Jun 29, 2004, at 10:35 AM, Michael Grant wrote:
Is the calendar title property broken in iCal 1.5.2? This little
scriptlet:
tell application "iCal" to get title of item 1 of calendars
results in "iCal got an error: NSCannotCreateScriptCommandError".
Works here:
tell application "iCal"
get title of item 1 of every calendar
--> "DJB"
end tell
_______________________________________________
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.