The
EventListobject provides functions to retrieve calendar events from iOS and Android.
Install this plugin using PhoneGap/Cordova CLI (iOS and Android)
cordova plugin add https://github.com/bimbiero/phonegap-events-list.git
- EventList.findByDateRange
EventList.findByDateRange(startDate, endDate, successCallback, errorCallback);
Returns a list of calendar events with participants for a specified date range.
- iOS
- Android
EventList.findByDateRange('2014-04-07', '2014-04-14', function() {}, function() {});