Reputation: 832
My organization's website has some embedded Google Calendars that have previously been working but as of today stopped rendering when not logged in. We're pretty sure it's not a permission issue, as all our embedded calendars have the "Make publicly visible" checkbox checked, and furthermore the error in console doesn't mention permissions. When trying to access a page with a calendar when not logged in (such as in another browser, or in incognito/private mode) we get the following error (...
= a bunch of stuff removed to save space):
GET https://calendar.google.com/.../m=embed net::ERR_ABORTED 404
Beneath that is another error about window._init
not being a function, but trying to access window._init
even when the calendar works gives an undefined value, so it leads me to believe the 404 is the main problem.
Is this something anyone has experienced before? Is Google just doing maintenance on Calendar causing some functionality to be broken?
Upvotes: 1
Views: 1838
Reputation: 912
My shared/embedded Google Calendar is not working
Did you try?
Follow the instructions on Add a Google calendar to your website
In Access permissions enable Make available to public
copy paste your Embed code <iframe src...>
manually(inject) in html?
Elements > select body element > inject your <iframe src...>
I tested these steps and I get no Errors in: Chrome, Edge, IE, Safari mobile.
Upvotes: 1
Reputation: 19
I am also experiencing the same thing for a client. When I test in Incognito Mode/Private Mode, I am getting intermittent success. Hopefully, Google is aware of the problem and is fixing the issue. I also sent feedback through the Google Help to raise awareness. Let's all hope for a speedy repair.
Upvotes: 1