events
(Array) - Events to displayonEventPress
(Function) - Callback when event item is clickeddateHeaderFormat
(String) - Format for dates of header, default isMMM D
{
id: 1,
description: 'Event',
startDate: new Date(),
endDate: new Date(),
color: 'blue',
}
- allow to swipe between weeks or days.
- allow to set custom date format for header.
- update example for more cases (3 days, one day).
- update document.
- clean up code.