calendar_list_events
Retrieve calendar events from a specified CalDAV calendar within a date range to view schedules and appointments.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_href | Yes | ||
| start_date | No | ||
| end_date | No |