Scheduler control - how to get the data?

I am trying to use the JQ Widgets Scheduler - does anyone know how to get the data that the user enters when they add a new appointment using the Scheduler control? I can’t find anything in the documentation - no example of this in the appStudio samples.

Thanks for any help -

Just looked at it - that’s a pretty amazing control.

I found this:
https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxscheduler/index.htm#demos/jqxscheduler/scheduler-data-export.htm

You might also look in the API documentation. See getAppointments()

Excellent - good information there - thanks!