Calender event in automation, i see the trigger but no trace or action

HA is at version 2025.12.0 and i have something weird with my Xmas automation.
I made an event in a seperate google calendar for turning on the lights.
Last year it worked like a charm, but when i put in a test event today it would not trigger.
So i tested it out now and with the automation screen open i can see the blue trigger bar for both start of the event and stop.
But nothing happen and weirdly there is no trace

alias: Kerst Verlichting
description: ""
triggers:
  - trigger: calendar
    entity_id: calendar.kerstverlichting
    event: start
    offset: "-0:0:0"
    id: Kerst Aan
  - trigger: calendar
    entity_id: calendar.kerstverlichting
    event: end
    offset: "0:0:0"
    id: Kerst Uit
conditions: []
actions:
  - choose:
      - conditions:
          - condition: trigger
            id:
              - Kerst Aan
        sequence:
          - action: switch.turn_on
            metadata: {}
            target:
              entity_id:
                - switch.wcd_kerst_woonkamer
                - switch.kerstverlichting_voor
            data: {}
      - conditions:
          - condition: trigger
            id:
              - Kerst Uit
        sequence:
          - action: switch.turn_off
            metadata: {}
            target:
              entity_id:
                - switch.wcd_kerst_woonkamer
                - switch.kerstverlichting_voor
            data: {}
mode: single

In HA i can see the calendar and the event i made. And like i said, i do see the trigger blue bar but no trace for some reason.

Edit:
The entity state shows it sees the calendar (without the test the next should be the 11th)

message: Kerst Aan
all_day: false
start_time: "2025-12-11 16:00:00"
end_time: "2025-12-12 00:00:00"
location: ""
description: ""
offset_reached: false
friendly_name: Kerstverlichting
supported_features: 3

Did you observe the 15 minute rule, or use the workarounds?

No, i did not :man_facepalming:
Put in a test for today at 12:00, its 10:27 now so it should trigger.
If it does i will feel pretty stupid. Was fooled by the trigger showing in the automation editor.

So, yeah it works :sweat_smile:

Yeah, I’m not sure how that works exactly, but I’ve seen it too.