Android-CalendarService
Android-CalendarService copied to clipboard
Not working with latest android OS
This calendar service doesn't work with latest android OS.
Likewise, I changed new String[] { "title", "begin", "end", "allDay"}, "Calendars._id=" + id, to new String[] { "title", "begin", "end", "allDay"}, CalendarContract.Events.CALENDAR_ID+"=" + id,
Now it doesn't crash