Announcing events on google home max

Hi everyone,

I’m pretty new to HA and i’ve suscribed to nabu casa for having Google Assistant working with my HA.
Here my project, i have 2 differents local calendars i would like that ech events are announced on my Google home max 5 minutes before the event starts.
Here the start of my automation :

alias: enzo
description: ""
triggers:
  - trigger: calendar
    entity_id: calendar.taches_enzo
    event: start
    offset: "-0:5:0"
conditions: []
actions:
  - action: media_player.turn_on
    metadata: {}
    data: {}
    target:
      device_id: 88bfe643a3056904365f706ad4d04428
mode: single

I have no idea how to end the automation to tell him to read the calendard event on my google home max.

Thanks for your patience.

The media player turn on is not needed.

Have a look at this thread for inspiration

Thanks you i solved it with your thread link