Issue 1128: Offset hours (i.e., start and end a day on hour other than 12am)
Status:  Done
Owner: ----
Closed:  Oct 2011
Reported by bricke...@gmail.com, Sep 28, 2011
As far as I know, this is not possible with the current release of fullCalendar. I know about the "firstHour" variable, however this doesn't effect the hour that the day actually starts on, and the day still ends at 12am.

My schedule has a lot of events that happen late-night, 1am-5am. But I don't want these to display as, for example, Wednesday morning. I'd rather them be considered Tuesday night. That's how the events are grouped, so it's weird that to us an event happens on Tuesday night at 3am, but on the schedule it is showing under Wednesday.

I would like it to be possible to just offset the display of the calendar, so that "days" go from, for example, 5am-5am. I could dig through the code and probably hack something together, but I figured it would be best if the developer for this project did it.
Oct 2, 2011
Project Member #1 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Duplicate
Mergedinto: 928
Oct 2, 2011
Project Member #2 adamrs...@gmail.com
@bricke, sorry. the solutions for both problems (what i'd need to code) seemed very similar to me so i merged.

but upon second glance, your issue does seem pretty different.

you can get a little further by using the `minTime` options:
http://arshaw.com/fullcalendar/docs/agenda/minTime/

but for the "late-night" issue, where certain days actually appear as other days, that seems a little weird to me. it goes against a core assumption of a calendar, that each column is a discrete day.

but i see what you are going for and will reopen this issue if more people ask for it.
Status: Done
Mergedinto:
Jul 29, 2012
#3 richard.oastler
This is a really important feature for us. Has anyone managed to implement it?