How to get started writing iCal plugins?

南楼画角 提交于 2019-12-04 01:54:33

问题


I'd like to write an iCal plugin to help me cope with the need to put most events I create onto two calendars. Google is uncharacteristically less than helpful in providing programming resources for this purpose. Can someone here provide pointer(s)?


回答1:


You might consider using the Apple Events scripting interface built into iCal (and many other OS X apps), accessible via AppleScript or scripting bridges such as appscript. Use the Open Dictionary menu item in AppleScript Editor.app (as it is now known in OS X 10.6) to view the complete iCal scripting dictionary. There is a somewhat old but probably still useful introduction to iCal scripting here.



来源:https://stackoverflow.com/questions/3274009/how-to-get-started-writing-ical-plugins

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!