#Google Calendar Automation

1 messages · Page 1 of 1 (latest)

mighty lava
#

I'm trying to create a Google Calendar automation but I can't get it to work.
For now, I'm using this

triggers:
  - entity_id: calendar.kalender
    event: start
    trigger: calendar
actions:
  - data:
      name: Kalender Trigger
      message: Triggered! {{ trigger.calendar_event }}
    action: logbook.log
mode: single

The entity id is correct and in Dev Tools I can see that the state changes from off to on at the given start_time of the event.
However, my automation is never triggered. I found this might be because "offset_reached" won't switch to true but I haven't found more information on this.

This is what Dev Tools displays:

supported_features: 3
offset_reached: false
message: Termin
all_day: false
start_time: 2025-11-25 21:32:00
end_time: 2025-11-25 23:02:00
location: 
description: 
oblique breach
#