Hi,
Is it possible to to check availability of multiple rooms? in provided example, only one room can be checked.
Another thought, it would be nice to return room name in the availability object, would save lots of coding.
Thanks
{
weekdays: {
from: '08:00', to: '20:00',
},
unavailability: [
{ from: '2017-02-06 00:00', to: '2017-02-16 00:00' }
]
}