I have the calendar event of interest showing on the calendar of interest (it's synced from the Google Calendar integration. I verified the calendar name is right as shown in the dev tools, and the history of that calendar shows the event as expected during the correct start and stop time. I have two triggers, one for the start of an event, and one for the end. The end one fires, but the "start" one never does. I've tested this a few times now. When I look at Traces it says the "start" one never fired ever, but the "end" one does. Any ideas?
triggers:
- trigger: calendar
entity_id: calendar.my_calendar
event: start
offset: "0:0:0"
id: Turn On
- trigger: calendar
entity_id: calendar.my_calendar
event: end
offset: "0:0:0"
id: Turn Off