You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.
I use the following to produce a Google Push notification when there is a calendar event:
In /config/automations.yaml
- id: trash_push
alias: Trash push
trigger:
platform: state
entity_id:
- calendar.trash
to: 'on'
action:
service: notify.google_push
data_template:
message: Take out the trash
In /config/o365_calendars.yaml
- cal_id: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
entities:
- device_id: trash
name: 'Take out the trash'
start_offset: 14
track: true
search: 'Take out the trash'
I use 'start_offset' to trigger the event before its scheduled in Outlook
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How can I set a trigger when there is an agenda item today?
Or tomorrow?
Is this possible?
The text was updated successfully, but these errors were encountered: