javascript - how to sync a device calendar for event addition using phonegap -
i developing phone gap project calendar. need add reminder , event( whatever process done in device calendar). looking sync process of device calendar both iphone , android using phone gap. new field, please guide me programming steps of examples.
thanks in advance.
you need use javascript api access calendar on target device.
although phonegap not provide standard calendar api (http://docs.phonegap.com/en/2.5.0/index.html), there community plug-ins have been created
phonegap calendar plug-in android: https://github.com/phonegap/phonegap-plugins/tree/master/android/calendarplugin
phonegap calendar plug-in ios: https://github.com/phonegap/phonegap-plugins/tree/master/ios/calendarplugin
Comments
Post a Comment