Issue 2514: Multiple days event ending day earlier before 9AM hrs
Status:  Done
Owner: ----
Closed:  Jun 2015
Reported by adbacz...@gmail.com, Jun 7, 2015
I've create JSFiddle with this issue: https://jsfiddle.net/te8q7dju/3/

As you can see, there are 4 events. Every event starts at the same day (10.06) and hour (10:30), and ends three days later (12.06) but every event hour later than previous (6:00, 7:00, 8:00, 9:00).

Only last Event ends in third day - three events ends in second day. This one event, ends in 09:00 hour, before that hour, events are ending day before.

This is an issue or some configuration i'm missed?
Jun 7, 2015
Project Member #1 adamrs...@gmail.com
this is because of nextDayThreshold
http://fullcalendar.io/docs/event_rendering/nextDayThreshold/
Status: Done
Jun 8, 2015
#2 adbacz...@gmail.com
Wow, i wouldn't expect that. Thank you for you response.