Does anybody know how to plug in a Google calendar into a wiki page. I found an example that worked: `${iframe?site=https%3A%2F%2Fcalendar%2Egoogle%2Ecom%2Fcalendar%2Fembed%3Fsrc%3Dsagebase%2Eorg%5Fic6t13daigc7jqfl0ssv3dv8oo%2540group%2Ecalendar%2Egoogle%2Ecom%26ctz%3DAmerica%2FLos%5FAngeles&height=600}` This my link: `` Simply adapting doesn't work. Any ideas? Bart

Created by Bart Westerman a.westerman
Many thanks, this worked perfectly. Bart
Hi Bart: Inserting a calendar is a alpha feature so the UI for inserting them isn't as intuitive. That being said, the main reason it wasn't working is that you need to URL encode the URL: ``` ${iframe?site=https%3A%2F%2Fcalendar%2Egoogle%2Ecom%2Fcalendar%2Fembed%3Fsrc%3Dt1fct7qhhn25k1brva5qlipqh0%2540group%2Ecalendar%2Egoogle%2Ecom%26ctz%3DEurope%2FAmsterdam&height=600} ``` Should work.

plugging in google calendar does not work page is loading…