| Issue 2156: | eventDrop and eventResize parameters missing in v2 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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 11, 2014
thanks. I am going to downgrade to V1.6.4 until you have that fixed.
Jun 11, 2014
https://github.com/arshaw/fullcalendar/commit/2ab15a6ba8717863ad5427cea5f46f8de7bdbe6f
Status:
Implemented
Jun 13, 2014
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
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
|
|
| ► Sign in to add a comment |
Labels: Type-Bug