search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Export Scheduler Data

Asked by Jeff
4 years ago.

I have a scheduler class rendered as a component in a Profile class, and I want to be able to grab all the event data from the scheduler at the press of a button that exists in parallel to the scheduler in Profile

Answer posted by Dan Letecky [DayPilot]
4 years ago.

The best way to export the data is to use the events.list property:

https://api.daypilot.org/daypilot-scheduler-events-list/

The Scheduler updates this array with all changes made using the UI (event moving, etc.) and API (events.add() and similar methods).

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.