This guide explains several ways to share your availability calendar with guests without requiring them to log in. These methods make it easy to provide real-time availability through direct links or by embedding the calendar on your website.
Most options for showing availability are located under the Reports tab. The first few reports display your availability in different formats and can be shared publicly using direct links. You can send these links to guests by email or embed them into your website.
You can also customize what appears in this calendar:
After making changes, click Refresh and reopen the link to see your updated calendar. Guests will see all units listed month-by-month in a simple layout.
This option displays the same information as the basic availability calendar but with a slightly different layout.
This version displays six months of calendars for each property and allows guests to navigate between months directly on the page.
This report shows all your units on the left and displays availability by month horizontally, making it easy for guests to browse availability quickly.
Guests can click different months to view availability and navigate through the year easily.
To embed this report directly into your website, use an <iframe>
tag:
<iframe src="https://reservationkey.com/your-availability-link"
width="100%" height="800" frameborder="0"></iframe>
Example: One of our clients embedded their availability calendar this way so visitors can view live availability directly on their own website without realizing it’s an external page.
Another option is to share your Reservation Page in Calendar View. This shows a short range of availability (around 7–10 days at a time) and allows guests to make reservations directly.
Guests will be able to view live availability and reserve directly from this page. To display prices, make sure your Rate Plans are configured, since any rooms without rates will show as “$0.”
<iframe>
.Try each of the report layouts to find the one that best matches your property’s needs.