calendar_list_events
List events for any Home Assistant calendar entity between two dates. Specify entity, start, and end times to retrieve scheduled events.
Instructions
List events for a calendar entity between start and end (ISO 8601 datetimes).
Uses REST GET /api/calendars/{entity_id}?start=...&end=....
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | ||
| start | Yes | ||
| end | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |