Quick Edit in dhtmlx scheduler

Hello Team,

I am using my custom event edit functionality so after changing the event always need to refresh the page to load the changed data into scheuler, i use scheduler.parse([
<?php echo $loadeventdata;?>
], “json”);

for loading event.
how can i change this data dynamically.
scheduler provides this by default but that does not meet my client requirement.
Please suggest

Thanks

Hello,
do you mean you need to reload data of the scheduler without reloading the page?
you can create php file which will output json data, and reload calendar withscheduler.clearAll(); scheduler.load("url", "json");