CompactCalendarView
CompactCalendarView copied to clipboard
How to delete a registered event??
I tried with this but without success..
List<Event> events = compactCalendarView.getEvents(dateClicked); events.remove(dateClicked);
Try this: compactCalendarView.removeEvents(dateClicked) getEvents() is needed if you want to check if specific day have the events.