This plugin enables the ability to find, create and delete calendar entries in the Android or iOS calendar. It uses the open source Calendar plugin.
For additional details on the Kapsel Calendar plugin see the JavaScript file in a project that includes this plugin at
project_name\plugins\com.sap.mp.cordova.plugins.calendar\www\calendar.js
or the JS Documentation at Kapsel Calendar API Reference.
The following steps will demonstrate an example of using this plugin.
cordova -d create C:\Kapsel_Projects\CalendarDemo com.mycompany.calendar CalendarDemo "{\"plugin_search_path\":\"C:/SAP/MobileSDK3/KapselSDK/plugins/\"}"
cd C:\Kapsel_Projects\CalendarDemo
cordova -d platform add android
cordova -d create ~/Documents/Kapsel_Projects/CalendarDemo com.mycompany.calendar CalendarDemo "{\"plugin_search_path\":\"/Users/i826567/SAP/MobileSDK3/KapselSDK/plugins/\"}"
cd ~/Documents/Kapsel_Projects/CalendarDemo
cordova -d platform add ios
cordova -d plugin add org.apache.cordova.device
cordova -d plugin add nl.x-services.plugins.calendar
or
cordova -d plugin add https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin
cordova -d prepare
Back to Getting Started With Kapsel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
15 | |
10 | |
9 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |