Issue 1049: Force a [technically] multi-day event to look single-day
Status:  Released
Owner: ----
Closed:  Jun 2014
Reported by love.ma...@gmail.com, Jul 25, 2011
Is it possible to modify so that events that end after midnight are not considered multiple day events? 

With monthly view, an event that starts on saturday at 10pm and ends on sunday at 1am results in an event that will stretch the event over two days. Technically, that makes sense as 1am Sunday is on Sunday:)

However, it's visually deceiving and actually not a true representation of an event that ends just shortly after midnight. Nobody would consider this kind of an event a multi-day event.
Aug 21, 2011
Project Member #1 adamrs...@gmail.com
(No comment was entered for this change.)
Summary: Force a [technically] multi-day event to look single-day
Status: Maybe
Jun 17, 2012
#2 richard.oastler
Has anyone found a way to achieve this?
Dec 12, 2012
#3 antbarr...@gmail.com
I'm in need of even a temporary fix, simply to have this work locally for my implementation.  If someone had a suggestion on the section of code which maybe would force the event to stay within on day, then I'd hack it out myself.
Mar 11, 2013
#5 donnum.f...@gmail.com
Depending on what you are using your calendar for, this could be a big problem. Take us, for example, we are a dance school/association and in our dance calendar we, almost exclusively, list events (dances) that start around 8 or 9 pm and end a half an hour or an hour after midnight. The calendar looks completely screwed-up in Month view (which otherwise is what we want to use)!! 

Please, please, please consider looking at a solution for this! 

/Carl

P.S. In your current code, don't you do a check (for the last day of the month) which is similar to what is needed in this case? That is, don't you have a check to see if there is no day displayed after the current one, and if true, keep the whole event listed on one day (the last day of the month in month view). With the same type of check, the code could check to see if multi-day events should be listed solely on the starting day of the event, or handled in the default way.  Thanks in advance!
Aug 13, 2013
Project Member #6 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Discussing
Labels: -Type-Enhancement Type-BehaviorMod
Aug 13, 2013
Project Member #7 adamrs...@gmail.com
 Issue 632  has been merged into this issue.
Aug 13, 2013
Project Member #8 adamrs...@gmail.com
 Issue 928  has been merged into this issue.
Aug 13, 2013
Project Member #9 adamrs...@gmail.com
I just tested Google Calendar to see how it handles this behavior, and any event that ends before 10am of the next day is rendered as if it were the current day. This sounds like reasonable default behavior.
Aug 14, 2013
Project Member #10 adamrs...@gmail.com
(No comment was entered for this change.)
Labels: -Type-BehaviorMod Type-Feature
Aug 14, 2013
Project Member #11 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Accepted
Dec 29, 2013
Project Member #12 adamrs...@gmail.com
(No comment was entered for this change.)
Labels: milestone-date
Jan 25, 2014
Project Member #13 adamrs...@gmail.com
implemented in v2.0.0-beta:
http://arshaw.com/fullcalendar/docs2/event_rendering/nextDayThreshold/

Default is that the event spans into the next day if it is past 9am of the next day.

Please check this out!
May 25, 2014
Project Member #14 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Jun 2, 2014
Project Member #15 adamrs...@gmail.com
version 2 has been released with this change.
http://blog.arshaw.com/1/post/2014/06/fullcalendar-2-released.html
Status: Released