Calendar: trigger all-day-event

Hi guys,

I’ve read a lot in this forum about the calendar-trigger-functio. But for me it doesn’t work.
I’ve added a CalDAV-Calendar called “Abfuhrkalender”. In this calendar there are only all-day-events. The next event is calling “Bioabfall(14-täglich)”.
So I like to get a notifaction at 8:30 pm that I have to bring out the trash.
So here is my automation-yaml:

alias: Bioabfall
description: ""
triggers:
  - trigger: calendar
    entity_id: calendar.abfuhrkalender_caldav
    event: start
    offset: "-3:30:0"
conditions:
  - condition: template
    value_template: >-
      {{ trigger.calendar_event.all_day and 'Bioabfall(14-täglich)' in
      trigger.calendar_event.summary }}
actions:
  - action: what-ever
mode: single

This trigger doesnt work. You have any ideas?

thanks a log, greetings

Are there any traces produced for the automation?

  • If there are no traces then the trigger never fired.

  • If there are traces but the automation’s actions were not executed then it means the automation’s condition wasn’t fulfilled. You can examine the latest trace to discover the details.

No traces found.

Only after manual trigger…

are the triggers from caldav-integration different to the local-calendar-integration?
I cant find any mistakes in the trigger-settings.

greetings

someone a solution for me?