You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
After setting up a Google Calendar through the API to use to manage events, the feature appears broken on the events page. When loading an existing event, I see several errors regarding the Google API calls:
In the Calendar setup itself, I have substituted in the clientId, apiKey, id, and a new facilitators_email and attendees_email.
The text was updated successfully, but these errors were encountered:
Does this error only occur on the events page and not on the calendar page? If the error occurs on both you might have to follow step 1e of the quickstart guide and add your domain as an authorized Javascript origin.
Also, the checkEventExists function makes a request to Events.get endpoint. If no event exists with the id provided, a 404 response is returned and is logged in the console. This could be fixed by instead making a call to the Events.list endpoint and looping over all events to see if a specific one exists, though this might cause some significant overhead as the number of events grows.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After setting up a Google Calendar through the API to use to manage events, the feature appears broken on the events page. When loading an existing event, I see several errors regarding the Google API calls:
In the Calendar setup itself, I have substituted in the clientId, apiKey, id, and a new facilitators_email and attendees_email.
The text was updated successfully, but these errors were encountered: