Setup Guide

For a complete guide to using the Google Calendar API, see the Google Calendar API documentation.

Prerequisites

Create a Google Cloud Project.

Step 1: Create a Google Calendar App

  1. Enable the Calendar API for your cloud project.
  2. Configure your OAuth consent screen and choose the Calendar API scopes required by your app.
If your public application uses scopes that permit access to certain user data, Google requires a verification process. If you see unverified app on the screen when testing your application, you must submit a verification request to remove it.See the Calendar API Scopes for more info.
  1. Create an OAuth client ID. Provide the Strata OAuth callbck URL as an authorized redirect URI:
https://connect.sandbox.connectstrata.com/oauth/callback

Step 2: 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).

Integration authorization

Use the Strata SDK to prompt users to authorize your app.

Making Proxy requests

See Proxy API for the full details on how to make a proxy request.