Change/Delete recurring event multiple times

Hello,

Is it possible to change an event multiple times ?
Say I have a recurrence setup and drag or resize an event from serie once.
A record is added to DB. Then I take that same event and drag again…
It looks like dhtmlxscheduler does not call onEventAdded this time.

Thanks,

Slava

Hello,

When you drag an event from the series for the first time, scheduler creates an ‘exception’ for the modified date and onEventAdded is fired. When you modify the same event again - the ‘exception’ is already created, scheduler only need to modify it and trigger onEventChanged.
I.e. the event can be changed unlimited number of times, first time onEventAdded will be fired, the next times - onEventChanged