dataProcessor submit result

Hi,

I am using a scheduler with the following code:
var dp = new dataProcessor(“saveUrl.php”);
dp.init(scheduler);

I am NOT using any connectors on php server side. What does exactly saveUrl.php have to return? From source code I see that it expects xml, so I return .

However I see an issue that update event is no triggered again on the same event. I can create/move other events and update will be send again, but only once per event. Any further actions on event do not initiate any ajax call to backend.

Thanks

Please check the next article
docs.dhtmlx.com/dataprocessor__b … l#response

Response must contain action tag, with details about the operation’s result