Hello all,
I was hoping to implement a quick and dirty integration of Google Calendar into my existing app, I know you can add the resource properly with authentication but I thought I would just be able to use an iframe.
My first attempt of just getting the URL from the Calendar settings and putting it as an Iframe source URL throws Cannot read properties of undefined (reading 'setApiKey'). From what I've read, I gather I need to create an onload event but my initial attempts haven't worked.
Given it seems a common thing to do, I was hoping one of you lovely people may have been down this road before?