events

mese:
{{
            this.events
                .map(e=>`${e.summary} - giorno ${e.start?.dateTime?.substring(8,16).replace('T',' alle ')} ${e.recurringEventId?'[RECURRING]':''}`)
                .join("\n")
      }}