fullcalendar / fullcalendar-react

The official React Component for FullCalendar
https://fullcalendar.io/docs/react
MIT License
2.09k stars 110 forks source link

start and end date in events is not fill the full day #116

Closed mathavan161293 closed 3 years ago

mathavan161293 commented 3 years ago

for. eg. { title: "Hello", start: "2020-12-25", end: "2020-12-27", allDay: true, }

fill only 25 and 26 date and i need to fill 27 date. how can i fill the full day in the event ??

acerix commented 3 years ago

If this is a question, please refer to the support page and use Stack Overflow for help. If this is a bug, please supply a runnable, stripped-down demonstration.