Error while re-populating the Daypilot weekly scheduler

Asked by Rin
8 years ago.

I am getting the below error while re-populating the daypilot scheduler after "OnEventMove(e)",
Error: Event data item must specify 'start' property
at new DayPilot.Exception (daypilot-all.min.js?v=1531833671540:10)

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

This exception is part of the input data validation that was introduced recently. You should check if the events.list property holds correct items. It must be an array of objects which have the following structure:
https://api.daypilot.org/daypilot-event-data/

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