How can I create a calendar event from a JavaScript / jQuery Mobile / PhoneGap app in iOS/Android?

Are there any, e.g., PhoneGap plugins? Didn't see any in the official repository.

  • For iOS, the Event Kit framework (iOS 4.0+) seems to be able to add an event.
link|improve this question

44% accept rate
feedback

3 Answers

May be I'm just saying something silly, in that case forgive me. But what about creating an iCal file on the fly? Again, this is just a hint (and probably not so helpful).

link|improve this answer
feedback

Currently the PhoneGap development roadmap does not include calendar support. However, there are many requests for it. See this post called "Calendar plugin following W3C calendar API" which points to the PhoneGap-Calendar-Plugin project which includes some initial calendar support for Android.

link|improve this answer
feedback

Adding an event to the iOS calendar is very simple with the latest API. However, you need to create your own plugin in order to do it.

since this is platform specific, come time will pass before there is an official PhoneGap plugin.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.