No, I don't know whatI am doing, but I need help re scri....

I am using applescript to do some thing with iCal. I want to open iCal and, then, have iCal execute a “refresh” command from its "Calendar"menu. This syncs my calendar to www.icalx.com through WebDAV.

I know how to make applescriipt open iCal. How do I get it to execute the “Refresh” command from the picklist under “Calendar”?

Gracias!

A good place to look for such things is in the iCal dictionary. I’ve never scripted with iCal, but the reload calendars command looks promising.

reload calendars: Tell the application to reload all calendar files contents
reload calendars reference – the object for the command

A good place to look for such things is in the iCal dictionary. I’ve never scripted with iCal, but the reload calendars command looks promising.

reload calendars: Tell the application to reload all calendar files contents
reload calendars reference – the object for the command