Re: Make iCal Reload Via AppleScript
Re: Make iCal Reload Via AppleScript
- Subject: Re: Make iCal Reload Via AppleScript
- From: Don Arbow <email@hidden>
- Date: Tue, 6 Jan 2004 16:15:01 -0800
On Jan 6, 2004, at 3:19 PM, Jean-Olivier Lancttt-D. wrote:
>
Hi all,
>
>
I'm trying to make iCal.app reload its cals (when it's running)
>
>
So I look at the available iCal commands and I see "reloadCals"
This is not really the correct list to ask AppleScript questions, but
looking at iCal's dictionary shows that the command you want is "reload
calendars". So this should work:
tell application "iCal"
reload calendars
end tell
Don
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.