Skip to content

Calendar trigger not working #85596

@billOu46

Description

@billOu46

The problem

Calendar trigger not working

What version of Home Assistant Core has the issue?

core-2023.1.1

What was the last working version of Home Assistant Core?

Never tried before

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Automation

Link to integration documentation on our website

https://www.home-assistant.io/docs/automation/trigger#calendar-trigger

Diagnostics information

No response

Example YAML snippet

alias: Test calendar event
description: ""
trigger:
  - platform: calendar
    event: start
    entity_id: calendar.xxx
  - platform: calendar
    event: end
    entity_id: calendar.xxx
condition:
  - condition: template
    value_template: |-
      {{ 'Test' in
      trigger.calendar_event. summary }}
action:
  - service: notify.mobile_app_MyMobile
    data:
      message: Test
      title: Info
mode: queued
max: 10

Anything in the logs that might be useful for us?

No response

Additional information

Hello,

I'am using a calendar from the Google Cclendar integration. I correctly get my calendar events from Google, so it seems not be the problem.
I am trying to activate a binary sensor when I have a calendar event with some string in the summary.

Even if delete my condition and I try to match every event present into the calendar, the automation is not launched.
Even if I let the trigger with the options that are set by the UI :

platform: calendar
event: start
offset: "0:0:0"
entity_id: calendar.xxx

I never get the automation to start. Which is very annoying.
Do I miss something or is it a bug ?

Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions