Hi,
when calling DayPilot.Scheduler.events.update(e, data)
do i have to end with .queue() or .notify()?
I just want to change the style or HTML or time of the event after getting the changes from the server side.
I don't want to send these changes back again to the server through the queue.
My understanding is that not calling .queue or .notify just simply updates the event item and not saving to any queue. Am i right?
Thanx,
Henner