Expected return format on saving to server?

Hi,

I’m evaluating Scheduler with a SpringMVC backend. Loading events from a Spring controller is working and I get the upade calls as well.

Unfortunately the client obviously expects some kind of return to the update/save call, otherwise subsequent updates on the same event are not sent to the server.

Since I couldn’t find info about the expected response format I’m a bit at loss here.

Can anybody point to the respective documentation or can give me an example that describes what the server has to sent back when getting a save/update trigger?

Best regards
Mark.


Client side:

(this is more or less the sample code :wink: )

Check
docs.dhtmlx.com/doku.php?id=dhtm … e#response

Awesome - thanks a lot!

It’s working :slight_smile:

hmm, another point…

The result format has to be XML?

I’m using JSON for getEvents (convenient) and now must switch to XML. Is there a way to use JSON here, too?

Regards
Mark.

Unfortunately it supports only xml response.