I can create events, but when I try to find an event the app crashes. Any help on this? I am using the cordova plugin and ionic native.
Calendar.findEvent(title,eventLocation,notes,startDate,endDate).then(function (result) {
console.log(“Event exists”);
}, function (err) {
console.error("There was an error: " + err);
});