when made these changes data has been inserted in database but schedule are not shown on the calendar index.
// use sqlite
//require_once '_db_sqlite.php';
Answer posted by Dan Letecky [DayPilot] 4 years ago.
I recommend checking the HTTP calls to the API (especially work_order_resources.php and work_order_list.php) in the browser developer console (Network tab).
Make sure that the response includes the correct JSON string with resource/event data. You might see a DB-related error instead. In that case, the error details should point you in the right direction.
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.