Get iCal Export URL
rizerve_export_icalGet a property's public iCal feed URL to sync its availability with OTAs like Airbnb, VRBO, and Booking.com.
Instructions
Get a property's public iCal feed URL for importing into OTAs (Airbnb, VRBO, Booking.com).
This is the URL you give to external platforms so they can read Rizerve's calendar.
Args:
slug (string): Property public slug
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Public iCal URL for the property.
Examples:
"Get the iCal URL to share with Airbnb" → rizerve_export_ical({ slug: "beachfront-villa" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Property public slug (e.g. "beachfront-villa") | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |