Works with:
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
Calendar Developers Screenshot