Issue 169: Setting to put multi-day events *with times* in the all-day section (agenda views)
Status:  ExportedToGithub
Owner: ----
Closed:  Aug 2015
Reported by nestor.m...@gmail.com, Nov 5, 2009
What steps will reproduce the problem?

Event Details (JSON):
{"title": "Event 2", "start": "1257166800", "end": "1257778800", "allDay":
false, "url": "/events/2009/november/event_0001.html"} 

What is the expected output? What do you see instead?

I expect the above event to display as separate blocks from 13:00 to 15:00
every day, from 02/11/2009 to 09/11/2009 in both week and day view, and as
a solid block (a line) from 02/11/2009 to 09/11/2009 in the month view.

The month view displays it correctly.

The week and day view have the same problem: 
Instead, the event is shown as a continous solid block starting at 13:00
02/11/2009 ending 15:00 on 09/11/2009.

Possibly, a new attribute (eg "multi-day") should be introduced to allow
for rendering such kind of events?

What version of the product are you using? On what operating system?
Calendar version 1.4.1, Windows XP Firefox 3.5 and IE 7

Please provide any additional information below.

calendarWeek.jpg
81.5 KB   View   Download
Nov 6, 2009
#1 mcpata2...@gmail.com
The JSON describe a single event across multiple days. What you see is absolutely 
correct. The property "allDay" refer to a full day event which do not have an 
explicit start and end time.

Recurrence is better implemented on server side, because you may have "every other 
day", "every Friday", "5th day of each month", or down to "every four hours from 
09:00 to 22:00 on working days only".

If I mis-interprete the original idea of FullCalendar.js, please kindly comment.
Nov 26, 2009
Project Member #2 adamrs...@gmail.com
nestor.milyaev,

i know what you mean. these long events that have times can sometimes span all the
way from 12am to 12pm. i decided do to is this way b/c the spec was more
straightforward ("all-day" means it goes in the all-day section). but i can see why
people would want this. will include a feature in an upcoming release that tackles
this. thanks

ps-
Google Calendar and iCalendar each handle this differently. guess theres no
consensus, which is why making a setting would be a good idea
Summary: Setting to put multi-day events *with times* in the all-day section (agenda views)
Status: Accepted
Labels: -Type-Defect Type-Enhancement
Sep 4, 2012
#3 malaikaw...@gmail.com
Hey this issue was posted in 2009 already. Does anybody know if this has been implemented yet?
Aug 13, 2013
Project Member #4 adamrs...@gmail.com
(No comment was entered for this change.)
Labels: -Type-Enhancement -Priority-Medium Type-BehaviorMod
Aug 14, 2013
Project Member #5 adamrs...@gmail.com
(No comment was entered for this change.)
Labels: -Type-BehaviorMod Type-Feature
Nov 23, 2013
#6 dleffle...@gmail.com
Perhaps the behavior could be selected by using a config option.  I am greatly in need of this feature and had to develop my own week & day view in php
Jan 13, 2015
#7 bruno.meneguello
Hi. Any news on this issue?
Aug 21, 2015
Project Member #8 adamrs...@gmail.com
Discussion for this issue has moved to the following URL:
https://github.com/fullcalendar/fullcalendar/issues/440

This is because Google Code is shutting down. Apologies if you are being pestered with these notifications. This is a one-time event.

Happy coding,
Adam
Status: ExportedToGithub