Discussions
Getting long-term property availability
4 months ago by null
I'm calling the endpoint to get property info (https://docs.lodgify.com/reference/getpropertybyidv2) with the intent of getting the booked dates via the "not_available" field from the "in_out" data. I'm using this data to pass my calendar an array of dates that should be blocked out.
This works fine, however, I can't get dates past the field "in_out_max_date": "2023-12-31". This limits me to only be able to display the next 6 months and disallows guests from viewing availability for next year.
Is there a way to increase or set a different in_out_max_date, or even better, is there a better, more commonly-used approach to getting long-term availability into my app via the Lodgify API's?
Thanks in advance.