Hello Spencer Hill
This feature currently isn’t supported. You may need to use a third party plugin such as https://wordpress.org/plugins/wp-ical-availability/
Regards
Ok. I am going to write my own code to display the calendar with availability and rates. I see that on the back end I can grab the calendar rates, and obviously the available dates are in the code somewhere. Can you give me any direction on what PHP files I will find this code in so I can piece it together? Thank you.
Plugin Contributor
Lee
(@leehld)
Hello @s3w47m88,
Currenlty, WP Hotel Booking plugin does not have function to get directly what you want. To check available dates of room, you can write query join hotel_booking_order_items and hotel_booking_order_itemmeta table to get all bookings and get available dates of the room.
You can refer hb_search_rooms() function in wp-hotel-booking/includes/wphb-functions.php to do that.
Best Regards