CompactCalendarView icon indicating copy to clipboard operation
CompactCalendarView copied to clipboard

How to delete a registered event??

Open gift4youApp opened this issue 6 years ago • 1 comments

I tried with this but without success..

List<Event> events = compactCalendarView.getEvents(dateClicked); events.remove(dateClicked);

gift4youApp avatar Nov 22 '19 20:11 gift4youApp

Try this: compactCalendarView.removeEvents(dateClicked) getEvents() is needed if you want to check if specific day have the events.

jpal15 avatar Jan 02 '20 08:01 jpal15