Hi webix team,
is in the Scheduler a function like getItem similar to Datatables?
Good day @RainerRoss ,
Data in the Scheduler is stored in the Data Collections and can be accessed through the Local Data Service: Working with Data of UI Complex Widgets, Scheduler Webix Docs .
Check the example: Code Snippet .
As you can see you can use Data collection methods like serialize() or getItem() to get the array of all events (calendars, ets.) or some specific event by its ID. There is also a separate localService.getEvents() method to get the events of a certain date interval.