#Calendar start trigger not firing

1 messages · Page 1 of 1 (latest)

sage echo
#

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
#

this is too simple of a situation to not work. I think there's got to be a bug in hass

#

I've removed the "end" trigger so now it's just

#
  - trigger: calendar
    entity_id: calendar.my_calendar
    event: start
    offset: "0:0:0"
    id: Turn On```
tight oasis
#

people get this issue when testing stuff sometimes because of it

sage echo
#

These are test events and they are sooner than 15 minutes. Let me try one further out...

#

I was manually reloading the calendar integration to make the events show up, but maybe this doesn't create the necessary triggers

tight oasis
#

yeah i think its every 15 it generates so try creating something 20 or 30 mins out

sage echo
#

great idea. testing it now!

sage echo
#

that was totally the issue!

#

Thank you!