List of google calendar events

Hi. Some time ago services calendar.list_events appeared. This allows us to display all of today’s events.

service: calendar.list_events
data:
  duration:
    hours: 24
target:
  entity_id: calendar.rad

Result

events:
  - start: "2023-07-08T17:30:00+02:00"
    end: "2023-07-08T18:30:00+02:00"
    summary: test
  - start: "2023-07-08T19:30:00+02:00"
    end: "2023-07-08T20:30:00+02:00"
    summary: test2

Is it possible to display an entire day’s summary on the dashboard?

I use the HACS Atomic Calendar Revive card.

1 Like