To clarify, I’m not linking to a Google calendar or some secondary source. Since I programmed our website I wrote the means to generate an ics (iCalendar) file for each of our Rooms at the hotel.
These are to be linked in the Host area/Listings/Availability/Sync calendars -> Import Calendar
This gives you the opportunity to point via URL to a .ics file which is then supposedly checked every 5 minutes and updates the Rooms availability.
This works fine when there is an active date in the .ics file but can not be assigned if there are no dates in the file as it rejects the url as not being properly formatted.
I think what I will do is add a date event prior to today in each .ics file so there is something to get past the initial validation. Then when a date event does show up (greater than today) it should all work properly.