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 )