Search code examples
javascriptioscordovasencha-toucheventkit

PhoneGap + Event Kit Framework?


I've looked through PhoneGap forums and documentation, and I'm not seeing any information on this. I'm just getting started with mobile development using Sencha Touch and PhoneGap, and wondering how possible / difficult it is to access the iPhone calendar through Event Kit Framework using these JavaScript-based tools.

Thanks for your help.


Solution

  • It's not part of PhoneGap's core API, however plenty of people have created their own plugins. As such, there is not yet a universal cross-platform solution.

    You'll be able to find the plugins that people have already written on the PhoneGap mail lists. Proceed with caution, however, as these are not tested and the majority are loaded with bugs.

    Good luck! Hope you find an implementation that works for you.