I have three calendars in iCal (Home, Work, and Games). I want to know how can I activate iCal and select "Games" automatically via applescript. I know the following script activates iCal, but how can I select "Games" calendar automatically? I do NOT want any intervening GUI.
tell application "iCal"
activate
end tell
Any help will be greatly appreciated. By the way, I tried to record the script to do this in AppleScript Studio, but it will not record anything!
Thank you,
Chris
tell application "iCal"
activate
end tell
Any help will be greatly appreciated. By the way, I tried to record the script to do this in AppleScript Studio, but it will not record anything!
Thank you,
Chris