Issue 2253: Fine-tuned control over where an event can be dragged-and-dropped
Status:  Released
Owner: ----
Closed:  Nov 2014
Reported by lfari...@gmail.com, Aug 22, 2014
Hello.

I use the V1 version of FullCalendar.

I would like to be able to drag and drop an entry vertically in order to choose the order of my entries.
However, i would like to lock the possibility to drag and drop the entry to another day (horizontal drag and drop).

I would appreciate any help on this.

Thanks

Regards
Aug 22, 2014
Project Member #1 adamrs...@gmail.com
(No comment was entered for this change.)
Summary: Fine-tuned control over where an event can be dragged-and-dropped (was: Lock only Horizontal Drag and Drop)
Status: Accepted
Labels: Type-Feature
Aug 24, 2014
#2 Lav...@gmail.com
You could just make a check at the beginning of your "eventDrop" callback checking if the day changed. If it did, then call revertFunc() and return.

Is there any use-case that isn't covered by doing the check in "eventDrop"?
Sep 2, 2014
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Labels: milestone-annotation
Nov 14, 2014
Project Member #4 adamrs...@gmail.com
this is now possible. see:
http://blog.arshaw.com/1/post/2014/11/fullcalendar-220-released.html
Status: Released