Call update() on the client side to update the Scheduler after changing the properties.

For a server-side assisted update, please use CommandCallBack (ASP.NET WebForms, ASP.NET MVC, Java versions).

Changing a Date (Example)

dps.startDate = "2025-05-01";
dps.update();

Remember to have the events preloaded or to load them manually using events.add().