The way our setup works updating one event might cause other events to "shift" so the server sends back all Scheduler Events that were modified. I tried just returning all of those as JSON but the scheduler doesn't seem to pick up on them.
Is there a way to sync whatever the server returned with the datasource for the scheduler? or do I just need to issue a read()
Looking at
_accept: function(result) inside kendo.data.js
I can see that it just uses the original batch of models and the index order to do updates so it can't really handle more items coming back then were sent