• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Make iCal Reload Via AppleScript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Make iCal Reload Via AppleScript (From: "Jean-Olivier Lanctôt-D." <email@hidden>)

  • Prev by Date: Re: New to cocoa/database
  • Next by Date: NSOpenPanel weirdness
  • Previous by thread: Re: Make iCal Reload Via AppleScript
  • Next by thread: Re: Make iCal Reload Via AppleScript
  • Index(es):
    • Date
    • Thread