You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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' }
]
}
The text was updated successfully, but these errors were encountered:
Hey @DeanKamali, based on what I've seen in the API, requesting multiple rooms doesn't seem possible. However, it seems as if it would be a good addition - I'll flag this as a feature request
quinnlangille
changed the title
Multiple rooms availability check
Feature: expose method to check availability of multiple rooms
Oct 10, 2018
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
The text was updated successfully, but these errors were encountered: