Status Scheduler

How can i change the status of my rooms in the scheduler ?

Hi!

First, you should open your JSON file in order to find there the “roomStatuses” array. Next, you need to find in this array the necessary “label” and remember its “value”.

After that, in the “rooms” array you should find the necessary room number and change the “status” value on the value that you remember.

Please, notice that the names of arrays could be changed in your JSON.

You could also look throw this article if you need to change anything else in arrays https://dhtmlx.com/blog/how-to-make-hotel-booking-calendar/