Event Drag and Drop

On Drag and drop of an event the events correctly reflects on the calender but it dosnt reflect in database, what might be the reason?? I know that it was a default property and was working correctly for me but now its not working… i hope its due to some custom code that i added…
I would be great to know the location of code for saving to database on drag and drop so that i can trace from there or is there any other way out???

Hello,

Be sure to enable logging on the server side and check what’s going on.

$scheduler->enable_log("log.txt",true);

Best regards,
Ilya