Issue 778: Allow selection across days in agenda views
Status:  Released
Owner: ----
Closed:  Aug 2014
Reported by geo...@motorshare.org, Jan 2, 2011
When creating an event selection with ...

$('#calendar').fullCalendar('select',startDate,endDate,false);

... where startDate is a date object before midnight (say, 9pm on Tuesday) and endDate is a date object after midnight (say, 9am on the following Wednesday), the method call executes without error, but only the "pre-midnight" portion of the selection renders on the calendar.  In order to fully support event selections that span midnight both the "pre-midnight" and "post-midnight" portions ought to render.

Relatedly, a user making a selection (or resizing an existing one) ought to be able to create a selection that spans midnight, with both "portions" rendering.

Jan 12, 2011
Project Member #1 althaus.it
You're talking about the week view? Selection across multiple days isn't implemented at all, so the programmatical way you've choosen is missing too.

A related issue would be #736.
Jan 17, 2011
#2 geo...@motorshare.org
Yes, I am talking about the week view.
I agree, #736 sounds like the same feature request.
I'm not a particularly savvy javascript programmer, but if you were to suggest an implementation and point me toward the relevant portions of the code I would be happy to look into coding it.
Thank you.
Jan 18, 2011
Project Member #3 althaus.it
I haven't dug into the code itself much yet, so I wouldn't be a good pointing help. :|
Feb 13, 2011
Project Member #4 adamrs...@gmail.com
(No comment was entered for this change.)
Summary: allow selection across days in agenda views
Status: Accepted
Mar 14, 2011
#5 frequenc...@gmail.com
I wonder how it is going : I would also be interested in the possibility to set "days" boundaries accross days, let's say for instance a day starts at 4am and ends at 3:59am. It would be great for people with many nightly events (that would appear in one piece) !
I assume it would be possible with the new week implementation :-D
Aug 13, 2013
Project Member #6 adamrs...@gmail.com
(No comment was entered for this change.)
Summary: Allow selection across days in agenda views (was: allow selection across days in agenda views)
Labels: Type-BehaviorMod
Aug 14, 2013
Project Member #7 adamrs...@gmail.com
(No comment was entered for this change.)
Labels: -Type-BehaviorMod Type-Feature
Aug 18, 2013
Project Member #8 adamrs...@gmail.com
 Issue 1536  has been merged into this issue.
Jul 22, 2014
Project Member #10 adamrs...@gmail.com
(No comment was entered for this change.)
Labels: milestone-skeleton
Jul 23, 2014
Project Member #11 adamrs...@gmail.com
This behavior is now possible in v2.1 (beta)
http://blog.arshaw.com/1/post/2014/07/fullcalendar-210-beta.html

I would really appreciate if you could verify this. Thanks a lot!
Aug 14, 2014
Project Member #12 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 26, 2014
Project Member #13 adamrs...@gmail.com
This issue has been resolved with the official release of v2.1.0:
http://blog.arshaw.com/1/post/2014/08/fullcalendar-210-released.html

Please post any follow-up bug reports or feature requests as separate issues. Thanks.
Status: Released