Doesnât look like it
You need to use keywords for the trigger. It will not trigger on every calendar event unless they have a common keyword used.
Hello,
If I have a recurring event every 3 days and would like to have a button in the notification to postpone it for +1 day (including all the other events in this category), is it possible ? How so ?
Firstly welcome to the community
I would say that you would create a action, call service, notify⌠your phone and in data have a delay of X to send message. I havenât done this but that would be the way I would go as a first step. Maybe someone can jump in and help.
Thank you !
But I suppose this solution wonât actually modify the date of my other events.
The notification action should be able to either :
- modify the date of the recurring event and the following ones
- delete and recreate a serie of event
Love your other blueprints! Just installed Calendar. I donât see a way to send a TTS notification? My only notification devices are ones with the companion app installed.
Thank you. Maybe this isnât the right place for the automation I need, but Iâll ask. What Iâd like is when I wakeup in the morning and my âgood morningâ HA automation runs is that HA would look at my first calendar event of the day (regardless of time), then announce the time and event title via TTS. Doesnât seem quite what the BP is intended forâŚor is it?
Your âgood morningâ HA automation runs⌠is it a calendar event or a state event? If it is a state event then look at this blueprint. Then you would do the actions⌠but realy it would be best to just create a custom automation for what you are doing.
Hope this helps.
Blacky
Is the Calendar trigger optional? i want the automation to trigger on ALL calendar events, regardless of title/description. I left the trigger blank, and the BP isnât being triggered.
Also, I would love to see the ability to add conditions for notifications/actions. For example, only notify/alert if my home presence is true (just like your light sensor BP). And I also only want alerts between certain hours as well.
Currently you need to use a key word.
For me to understand, why would you want to trigger on every calendar event and not just use a key word?
Hi @Blacky This works a treat, i follow your above guide but the only thing that doesnt seem to work is there is no action buttons that appear on the notification. I have checked to ensure i have exact;y the same setup as above and I do but is there something i need to change on my phone to show them?
Firstly welcome to the community
It is a bit tricky⌠push lightly and hold the notification (donât tap) and the buttons appear⌠down side you get one shot that is just HA.
Blacky
Perfect thank you and that works a treat!
Iâm a remote worker, and have my work calendar syncâd to HA. I want an alert (Iâll be using TTS) 2 minutes before every work meeting. And I want two conditions in the BP: A) Iâm home B) Between certain hours. And I canât modify the meeting details to include a keyword, or any symbols like # or @.
This is pretty easy to do in an automation. Use a calendar entity as the trigger and then set your desired offset.
New Feature
- You now have an option to use âKey Wordsâ or to trigger on every calendar event.
- You now have an option set any global condition you like.
If you like this blueprint? Consider hitting the button in the top post
If you like my blueprints, and would like to show your support or just say thank you? Click Here
Enjoy
Blacky
Hi Blacky,
Thatâs great, but if use key word, automation not working. Is ended in first three steps.
The notification also waits until I open the app on my phone.
Thatâs why I use this code in my notification automations:
data:
ttl: 0
priority: high
Then the notification will appear immediately. How can I add it here?
Thanks
That is strange as it is working perfectly here. What is the 3rd step, is it when you have to make a decision on a action button? It will stop there an wait for you.
This is your phone / HA app setting. If you set it up correctly it will come through.
Blacky