Live update / Auto update

Hello,

I’m considering using your component for a project at my work. We need some auto update funcionallity, do you have any suggestions in how I can customize the script to do so?

Regards,
Franze

Hello,
do you mean that scheduler should update it’s data from the server from time to time?
if so, it can be achieved using client code

setInterval(function () { scheduler.clearAll(); scheduler.load("<%=Model.DataUrl %>", "json"); }, 60*1000);
where Model is DHXScheduler object

Hi,

Thank you for you response.
Yes something like that. We will have a shared schedule, where it will be edited by various users.