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

How to update Scheduler data using ajax/javascript?

Asked by DG
10 years ago.

My requirement is:
I initially load the scheduler without any resources. Then I open a ajax popup to select a few resources and on closing the popup, I want to update the scheduler data, using ajax.

Is it possible?

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

You can use the client-side API to modify the .resources array:

http://api.daypilot.org/daypilot-scheduler-resources/

Then call .update() to refresh the scheduler:

http://api.daypilot.org/daypilot-scheduler-update/

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