Issue 2388: AllDay events stop displaying one day before the endDate
Status:  Done
Owner: ----
Closed:  Dec 2014
Reported by grantw2...@gmail.com, Dec 4, 2014
When displaying all day events if the start and end date are on different days, the calendar displays them incorrectly, namely ending one day early. 

EG: If an event start date is the 1st and the end date is the 3rd, the FullCalendar will only display it over the 1st and 2nd.
This issue persists over all calendar views.

jsFiddle Demo: http://jsfiddle.net/ThatGuyGrant/eajcnrL2/7/

I've create a number of events using different date formats to rule out that option.
Dec 14, 2014
Project Member #1 adamrs...@gmail.com
I probably need to make this clearer in the docs, but the behavior you are witnessing is by design:

http://fullcalendar.io/docs/event_data/Event_Object/

`end` is an exclusive value
Status: Done