Issue 2396: How to move only single event if it has recurring event as well
Status:  Done
Owner: ----
Closed:  Jan 2015
Reported by vikas.kr...@gmail.com, Dec 23, 2014
Hello Adam,

I have looked a lot on the subject but I could not make it work.

Please tell me how we can make it Move only single event or All events.

With revertFunc() it reverts all events but if I select 'Move only this event' then it should keep that event at new location but revert other recurred events.

Please suggest a solution.


Thanks
Vikas 
Jan 6, 2015
Project Member #1 adamrs...@gmail.com
When 'Move only this event' is checked (which is specific to your app and not part of fullcalendar), you'll need to give the event a separate ID. the Event Object's `id` property is what links them together. beyond this, I cannot help
Status: Done