-
-
Notifications
You must be signed in to change notification settings - Fork 19
Event Management
superdingo101 edited this page Jun 8, 2026
·
4 revisions
Important
Documentation has been moved to daylightcalendar.com
This wiki will no longer be kept up to date and will be retired soon.
enable_event_management: true
readonly_calendars:
- calendar.holidays- Create events from day/time slots
- View event details in popup
- Edit/delete support depends on the calendar integration
Some integrations have limitations for editing/deleting through Home Assistant APIs. If edit/delete actions are unavailable, use the integration's native app/site.
The Google calendar integration native to Home Assistant is lacking in two key areas pertinent to this calendar.
Note: these are HA limitations and cannot be solved until the native integration is updated.
- Editing events is not supported. As such, editing events is accomplished as a Delete Event --> Add Event with the changes implemented. This is transparently handled for the user.
- Some fields, like
attendees, are not implemented in the HA native integration. As such, attendees (and possibly other fields) will be dropped if an event that was created on the Google calendar app is edited via this calendar.