Google Calendar
This connector allows you to sync events from Google Calendar with one of your collections. The connector only supports syncing down.
Settings
Section titled “Settings”In the Google Calendar app, you have one primary calendar and zero or more
additional ones. This connector syncs one specific calendar, which you
configure via the Calendar ID setting. You can set it to primary to target
your primary calendar, or use the full ID of a non-primary calendar, which you
can find on that calendar’s settings page in Google Calendar.
Authentication
Section titled “Authentication”The connector authenticates with Google using OAuth 2.0 (PKCE flow). To set up this authentication mechanism, you’ll need to:
- Go to the Google Cloud Console and create a new project if you don’t already have one.
- From the project’s APIs & Services dashboard, enable the Google Calendar API.
- On the Audience page, add yourself as a test user (so you don’t have to verify the app).
- On the Data Access page, add
the
https://www.googleapis.com/auth/calendarscope. - On the Clients page, create
a
Desktop-type OAuth 2.0 client. - Copy the Client ID and generated Client Secret into the connector configuration in Superego.