calendar_create_event
Create calendar events in Home Assistant by providing an entity, summary, start and end times, plus optional description and location.
Instructions
Create a calendar event via the calendar.create_event service.
start / end are ISO 8601 datetimes (e.g. "2026-04-28T10:00:00").
Returns the service-call result wrapped in a dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | ||
| summary | Yes | ||
| start | Yes | ||
| end | Yes | ||
| description | No | ||
| location | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||