OAuth Integration With Google Calendar

Works with:

  • All scopes
  • All endpoints
  • All Methods

Integrations > Google Calendar

Pathfix offers the easiest way for you to add Google Calendar OAuth integration to your app. You can setup your OAuth connection in just a few minutes. We manage the OAuth servers, token management , and provide a pass-through connectivity to all of Google Calendar's endpoints.

API Endpoints

Pathfix supports all publicly available Google Calendar APIs. You can find all their documentation and endpoints right here: https://developers.google.com/calendar

Google Calendar OAuth Endpoints

Pathfix has already configured all the below OAuth endpoints. The table below is for reference only.

Endpoint
Method
Params
Headers
Content Type
Body

Authorization

https://accounts.google.com/o/oauth2/auth

GET

client_id

scope

redirect_uri

response_type=code

access_type=offline

prompt=consent


Access Token

https://oauth2.googleapis.com/token

POST

application/json

code

client_id

client_secret

redirect_uri

grant_type=authorization_code

Refresh Token

https://oauth2.googleapis.com/token

POST

application/json

refresh_token

client_id

client_secret

grant_type=refresh_token

Adding The Google Calendar OAuth Integration To Your App

  • Login/Create your Pathfix account here
  • Add your application
  • Add the ClientID and ClientSecret received by the provider in Pathfix
  • Specify the scopes you want to access and Save
  • Get your code from Pathfix and insert in your app

Calendar Developers Screenshot

Similar Integrations

Start Your Build With Pathfix OAuth