Mulitple Users

I am trying to create an application that schedules music lessons via the Scheduler. How would I go about connecting a different calendar for each user/teacher via a UserID in the database?

Hello,
events are loaded into the calendar quite explicitly. The helper class SchedulerAjaxData takes a collection of a data instances which are selected from the database
scheduler-net.com/docs/loading-d … ta_to_load
How the data is selected - is out of the scope of the component. Basically you can do all kind of filtering that is supported by the ORM you use, using the request and session values.
There also several approaches if you want to change filtering dynamically scheduler-net.com/docs/filtration.html

The same works for a saving changes to the server
scheduler-net.com/docs/managing- … ate_method
You can assign any required data properties before saving the event