Android-CalendarService icon indicating copy to clipboard operation
Android-CalendarService copied to clipboard

Not working with latest android OS

Open 1priyank1 opened this issue 9 years ago • 1 comments

This calendar service doesn't work with latest android OS.

1priyank1 avatar Jun 02 '16 06:06 1priyank1

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

pgfsim avatar Jul 22 '16 20:07 pgfsim