Issue 2156: eventDrop and eventResize parameters missing in v2
Status:  Released
Owner: ----
Closed:  Jun 2014
Reported by mamuscia, Jun 3, 2014
fullcalendar v2 doesn't provide the same eventResize and eventDrop parameters.  What happened to dayDelta, minuteDelta parameters? How can I capture the updated datetime of dragged or resized events?
Jun 7, 2014
Project Member #1 adamrs...@gmail.com
I removed them, but I forget my rational as to why. I think there should be a param for this. A delta argument that is a MomentJS Duration object. Please star this issue and it will very likely be fixed in the next minor release.
Status: Accepted
Labels: Type-Bug
Jun 11, 2014
#2 mamuscia
thanks.  I am going to downgrade to V1.6.4 until you have that fixed.
Jun 13, 2014
#4 mamuscia
Hello, so you now include deltas in the parameters, but where would I get
the latest code?
Also, was the documentation updated as well to reflect the additional
parameters?

Sorry for the confusion, but I want to make sure I get the right version
and documentation.
Jun 15, 2014
Project Member #5 adamrs...@gmail.com
I just officially released this in v2.0.1. Get it here:
http://arshaw.com/fullcalendar/download/

Docs for the `delta` parameter:
http://arshaw.com/fullcalendar/docs/event_ui/eventDrop/
http://arshaw.com/fullcalendar/docs/event_ui/eventResize/

Please note it changes the argument order. If you previously thought `revertFunc` was the second argument, now it is the third :/
Status: Released