AgendaCalendarView icon indicating copy to clipboard operation
AgendaCalendarView copied to clipboard

Is there a way to show only the days with events?

Open rudrigous opened this issue 8 years ago • 1 comments

Is there a way to show only the days with events?

I don't wanna show all days or the days between minDate and maxDate, but show only the days with events. Is there a way?

rudrigous avatar Jul 14 '16 14:07 rudrigous

Yes, you can change the CalendarManager.loadEvents function, traverse your events and add them to CalendarManager.mEvents replace of traverse weekItem.

Xiaoning1943 avatar Jul 29 '16 09:07 Xiaoning1943