Import iCal Feed
rizerve_import_ical_feedImport an external iCal feed to auto-sync bookings from Airbnb, VRBO, Booking.com, and other platforms into Rizerve.
Instructions
Import an external iCal feed for auto-sync. The system will sync it within a few minutes.
Use this to pull calendars from Airbnb, VRBO, Booking.com, etc. into Rizerve.
Args:
slug (string): Property public slug
url (string): External iCal feed URL (required)
source (string): Label like "airbnb", "booking", "vrbo"
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Created feed object.
Examples:
"Connect the Airbnb calendar to my villa" → rizerve_import_ical_feed({ slug: "beachfront-villa", url: "https://www.airbnb.com/calendar/ical/12345.ics", source: "airbnb" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | External iCal feed URL (e.g. from Airbnb, Booking.com) | |
| slug | Yes | Property public slug (e.g. "beachfront-villa") | |
| source | No | Source label (e.g. "airbnb", "booking", "vrbo") | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |