| Issue 778: | Allow selection across days in agenda views | |
| 2 people starred this issue and may be notified of changes. | Back to list |
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
Jan 17, 2011
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
I haven't dug into the code itself much yet, so I wouldn't be a good pointing help. :|
Feb 13, 2011
(No comment was entered for this change.)
Summary:
allow selection across days in agenda views
Status: Accepted
Mar 14, 2011
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
(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
(No comment was entered for this change.)
Labels:
-Type-BehaviorMod Type-Feature
Aug 18, 2013
Issue 1536 has been merged into this issue.
Jul 22, 2014
(No comment was entered for this change.)
Labels:
milestone-skeleton
Jul 23, 2014
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
(No comment was entered for this change.)
Status:
Implemented
Aug 26, 2014
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
|
|
| ► Sign in to add a comment |