Calendar-PhoneGap-Plugin
Calendar-PhoneGap-Plugin copied to clipboard
:date: Cordova plugin to Create, Change, Delete and Find Events in the native Calendar
Hi, Is it possible to give geometric coordinates as arguments for location when you add an event. window.plugins.calendar.createEvent(title, **location** , notes, startDate, endDate, onSuccess, onError);
I am using version 4.2.4 of the plugin. When I create an event with the command "window.plugins.calendar.createEvent ()", I can successfully delete it with the command "window.plugins.calendar.deleteEvent ()" for both...
Hello, Is it possible to do the following with this plugin,, Basically, In addition to save to google calendar I would like to get the information and save it to...
I have several physical Android test devices, each from different hardware OEM's, and whose current OS's range from Marshmallow to Pie. I have noticed that the ones that have the...
Hi, I use this plugin on phonegap build app and I got this error "Uncaught TypeError: Cannot read property 'createEvent' of undefined" when debugging I put in my config xml...
don't have time to do a PR right now but wanted to point this out in case anyone else if having trouble. this applies to android. have not tested yet...
how to delete specific dates from event date ranges in google calendar
Is there any way i can define color of the created event?
hi @EddyVerbruggen I am using PGB 5.2.0 with your latest version from npm https://www.npmjs.com/package/cordova-plugin-calendar this is my full example ``` var calendarName = "mycalendar"; window.plugins.calendar.deleteCalendar(calendarName, success, error); ``` well... in...
### Problem: When I add an event to the calendar the iOS debug console return this error: ``` 2018-10-25 09:46:12.619652+0100 Move Live Smart[32190:2705398] [Common] _BSMachError: port 2513; (os/kern) invalid capability...