Google Calendar Multiple Events

Using the Google Calendar integration and unfortunately it’s only showing a single event within the calendar.xxxx_calendar entity.

Here’s the /calendar URL as seen from clicking on the sidebar:

image

This clearly / correctly shows the two events occuring today. However, when I view the underlying calendar.xxxx_calendar entity it shows only the first event:

Thoughts on how to retrieve the second event (even if it requires adding an additional template sensor to do so?).

Thx!

Bump… Any love for multiple all_day events in Google Calendar?

Have you looked at atomic_calendar_revive? It will allow you to see multiple events on the screen.

Not sure how to get the second sensor unless you know search criteria like birthday.

@allenporter

Tried triggering automations based on your new calendar event and getting this error. This is two all-day events triggering at midnight. One-fired correctly. The other gave this error…

The mode for the automation is set to single, which cancels a second event if it fires at the same time. I believe you need to set a mode of either queued or parallel.

Nice catch. Ty. Updated and will advise if it doesn’t work - though assuming it will - thx again!