Issue 2308: Ask before moving/resizing repeating events
Status:  Done
Owner: ----
Closed:  Oct 2014
Reported by vikas.kr...@gmail.com, Oct 6, 2014
Hello Adam,

Really an awesome tool for managing events.

I have feature request if it is possible, and I believe it may be general to all.

Request is: We all know that we have repeating events feature. But when 
moving or resizing any one of the repeated events all related events get updated.
So I want a feature that if any one of repeating events get to resized/moved then it should ask for "This event has repeating events, would you like to update other related events as well?" with 4 options 
1. Future only
2. All
3. This only
4. Cancel

Please let me know if this is feasible and stand upon your guidelines.
I really appreciate if it could be added to FC. I'm using FC 1.6.4 
Oct 30, 2014
Project Member #1 adamrs...@gmail.com
you can do what you desire by popping up a modal of some sort in the eventDrop trigger, and then calling the revertFunc if you want to cancel.

http://fullcalendar.io/docs/event_ui/eventDrop/

Beyond that, any more features related to recurring events specifically.. that would depend on getting  issue 116  solved first, then taking it from there.
Status: Done
Dec 21, 2014
#2 vikas.kr...@gmail.com
Hello Adam,

I never got notification on email that you had replied it.

Anyways, I am using V1.6.4 of fullcalendar and there does not seem to be revertFunc.
Can you please suggest equivalent way for V1.6.4
Also with revertFunc I think it will revert the moved event as well. What I want is that if 'Move only this' option is selected then keep that event moved but revert other recurred events to their previous position.

So please tell me how this can be done in 1.6.4 or will I need to upgrade to V2.




Dec 22, 2014
#3 vikas.kr...@gmail.com
Hello Adam,

I found that revertFunc exists into V1.6.4
But I'm still having issue with moving only one or all events.
It seems moving All or Not any events at the moment, please advise.