osx - How to get started writing iCal plugins? -


I want to write an iCal plugin to help deal with the need to put the most events created on two calendars. Google is not helpful in providing programming resources for this purpose. Can someone provide pointer here?

You Apple Events in the scripting interface iCal (And many other OS X apps), such as accessible by Apple script or scripting bridges. Use the Open Dictionary menu item in AppleScript Editor.app to see the full iCal scripting dictionary (as it is now known in OS X 10.6). There is something outdated for ICal scripting but maybe still a useful introduction.


Comments