List iCal Feeds
rizerve_list_ical_feedsView external iCal feeds imported for a property, including source platform, feed URL, and last sync time.
Instructions
List external iCal feeds imported for a property.
Shows feed URLs, sources (Airbnb, Booking.com, etc.), and last sync times.
Args:
slug (string): Property public slug
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Array of iCal feed objects with sync status.
Examples:
"What iCal feeds are connected to the villa?" → rizerve_list_ical_feeds({ 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 |