Getting Started
The Google Calendar API uses OAuth2 for authentication.OAuth App Setup
Create a Google Cloud Project
Create a Google Cloud Project if you haven’t already.
Create a Google Calendar App
- Enable the Calendar API for your cloud project.
- Configure your OAuth consent screen and choose the Calendar API scopes required by your app.
- Create an OAuth client ID. Provide the Strata OAuth callbck URL as an authorized redirect URI:
Create a Google Calendar Integration in Strata
Go to the Strata Integration Catalog and select Google Calendar. Input your OAuth client ID, secret, and the scopes you requested in your Google Calendar app.
It’s important that the scopes provided in the Strata dashboard exactly match
the scopes you requested in your Google Calendar app (they look like URLs).