ha_get_calendar_events
Fetch events from a Home Assistant calendar by specifying the calendar entity and optional start/end times.
Instructions
Get events from a specific calendar entity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | Calendar entity ID (e.g. 'calendar.my_calendar') | |
| start | No | ISO 8601 start time. Defaults to now. | |
| end | No | ISO 8601 end time. Defaults to 7 days from now. |