I am using ne JS-version.
Ok, it seems the "dp.update()" is the problem... I do not reload the resources, only the events in this way:
DayPilot.request("backend_events.php", function(result) {
var data = eval("(" + result.responseText + ")");
dp.events.list = data;
dp.update();
});