Save New Appointment

Hi, what event is triggered when a user clicks the save button on a new appointment in the scheduler? I need to persist this event to the database and I haven’t been able to find what event I can inject my code into. Any help would be greatly appreciated.

Thanks.

You can use “onEventSave” handler, or if you want catch all possible ways of data changing - “onEventChanged” handler.

Thanks!