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

前端 未结 5 1311
感情败类
感情败类 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 04:56

    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.

提交回复
热议问题