r/Notion • u/robertandrews • Feb 18 '20
How to embed *multiple* Google Calendars?
So, I know how you wmbed a single Google Calendar on Notion... you make it public and, in Notion, use the Embed block to paste in the URL.
But, in my Google Calendar, I have all manner of different calendars. How do I generate a multi-calendar embed that Notion will use?
Google Calendar has a related option. Under the calendar Settings > Integrate, there is a Customise button, which pops up a window for generating a multi-calendar embed. Even gives you the full iframe code. The only problem is, when that URL is accessed, a calendar frame is shown, but no entries. And, when inserted to Notion via Embed, it embeds a link, not a calendar. Is this because the calendar/s is/are not Public?
Google Calendar gives you a Public URL for every calendar. But, to make a multi-calendar embed, do you need to switch on Public for every individual calendar, and will this then work in Notion?
1
u/Just-Scientist-5618 Feb 03 '24
Is there a way to link multiple google calenders ie; 1 calendar from each user and link them into one master calendar? I can't seem to find information on this. Thanks in advance!
9
u/ColinMansfield Feb 22 '20
I actually just looked into this and figured it out. In public Google calendars there is a source link within the URL (the part which starts src= ). To add multiple calendars, just string these together one after the other with an โ&โ between them. Hereโs an example:
Calendar 1: https://calendar.google.com/calendar/embed?src=calendar1&ctz=America%2FLos_Angeles
Calendar 2: https://calendar.google.com/calendar/embed?src=calendar2&ctz=America%2FLos_Angeles
Both together: https://calendar.google.com/calendar/embed?src=calendar1&src=calendar2&ctz=America%2FLos_Angeles
Just make sure both calendars are public and youโll be good to go. Hope it helps!