calendar.list_events
List events occurring within a specified time range. Filter by calendar or source, and include optional details like location and notes.
Instructions
List events within a time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | Start datetime (ISO-8601). | |
| end | Yes | End datetime (ISO-8601). Must be after start. | |
| calendar_id | No | Filter by calendar identifier (repeatable). | |
| source_id | No | Filter by source identifier (repeatable). | |
| include_details | No | Include optional fields like location/notes/url. | |
| limit | No | Limit number of events returned. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||