Programmatically add event in iPhone/Android Calendar with PhoneGap/jQuery Mobile?

前端 未结 5 1303
感情败类
感情败类 2021-02-01 04:24

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

5条回答
  •  無奈伤痛
    2021-02-01 05:16

    Per the comments below, it is now possible to create an iCal file for iOS and a vcs file for Android. It will require browser/device sniffing, or give the user the choice, but it should at least be possible.

提交回复
热议问题