Hello dalsword,
The Scheduler could use a source of the DataAdapter with URL and on that way, you could make synchronization with the server.
You should use your own logic to synchronize with the server.
When a user adds new appointment the Scheduler create a unique ID for it.
You could check this appointment’s ID by $('#scheduler').jqxScheduler('getAppointments');
, you will receive an array with all appointments.
After that could send to the database (with AJAX).
You could bind to appointmentAdd
event which is triggered when an appointment is added.
Best Regards,
Hristo Hristov
jQWidgets team
http://www.jqwidgets.com