list_events
Find calendar events in a specific calendar or across all calendars. Use start and end dates to narrow results to your chosen timeframe.
Instructions
List calendar events from specified calendar or all calendars.
Args: calendar_name: Full calendar name with provider prefix (e.g. '[iCloud] Work'). Defaults to all iCloud calendars. start: ISO 8601 start datetime. Defaults to start of current month. end: ISO 8601 end datetime. Defaults to 30 days after start.
Returns: List of event dicts with 'calendar' and 'provider' fields added.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| start | No | ||
| calendar_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |