Skip to content

Event Management

superdingo101 edited this page Jun 8, 2026 · 4 revisions

Event Management

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

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

Important integration note

Some integrations have limitations for editing/deleting through Home Assistant APIs. If edit/delete actions are unavailable, use the integration's native app/site.

Google Calendar Specific

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.

  1. 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.
  2. 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.

Clone this wiki locally