Scheduler doesn't edit the event after first time.

The scheduler edits the event in case of drag-drop / resizing (increasing / decreasing time) for the first time only.
If I edit the same event again without refreshing my page, it doesnt make any ajax request to the server. It justs refreshes the current events.

But if I edit one particular event and after that edit some other event, its gets done successfully.

Please help.

Hello,
this is usually caused by incorrect server response from the first ajax request. Make sure it returns valid xml with appropriate content type (‘text/xml’ or ‘application/xml’)