Assistance in solving calendar notifications to Google Speaker

Ive redone my HA and removed Alexa speakers from my setup and only using Google speakers. The alexa automation I setup in the past worked flawless to announce my calendar events of the following day at a specific time. I am now only using google speakers to broadcast announcements. I would appreciated any help regarding how Ive chosen to setup this automation as HA announces but not the calendar events, only the “Tomorrow’s calendar events are” or “There are no events scheduled for tomorrow”

I setup a scipt as attached and the automation, however the automation does run at the specified time however does not speak(announce) the calendar events.

I would appreciate any assistance or advice to get my issue resolved. Thanks to all of you people that provide support.


automation

The events attribute of calendar entities was deprecated last July and removed in December or January… You will need to use the calendar.get_events service to retrieve the events. In addition to the service’s docs, there are dozens of posts, like this one, showing how to use the service and get specific event data.

Thanks for the update… Ill pursue that method calendar.get_events

Ive spent ages reading online but still unable to resolve my Google calendar to been announced on my google speaker. What am I missing? Here is my script that I created. The actual words of the notification are spoken (Tomorrow you have the following events) but not the google calendar events on the specific next day from the calendar. Appreciate feedback and help to get this scipt to announce my events.

https://jinja.palletsprojects.com/en/latest/templates/#assignments

You need to use a namespace to propagate the values assigned inside the for loop so they are available after the loop completes.

Also, please follow Community Guidelines #14 amd #11. Anytime you are asking about something that can be copied and pasted from your configuration, YAML, code, or logs; paste it and properly format it… do not post screenshots.