calendar_list_events
List events from a CalDAV calendar by providing the calendar href and optional start/end dates to retrieve scheduled events within a specified range.
Instructions
List events in a CalDAV calendar within a date range.
Args: calendar_href: The href of the calendar (from calendar_list_calendars). start_date: ISO date string (YYYY-MM-DD). Defaults to today. end_date: ISO date string (YYYY-MM-DD). Defaults to 7 days from start.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_href | Yes | ||
| start_date | No | ||
| end_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |