What Gets Synced
The Google Calendar connector syncs:- Calendars - Calendar metadata
- Calendar Lists - User’s calendar list entries
- Events - Calendar events with attendees
- Free/Busy - Availability information
Authentication
This connector uses OAuth 2.0 with custom credentials (same as Gmail/Drive).Setup
Set Up Google Cloud OAuth
Follow the Gmail/Drive setup to configure OAuth with Google Calendar API scope:
https://www.googleapis.com/auth/calendar.readonly
Supported Entities
Google Calendar Events
Calendar events with full details. Key fields:- Event title and description
- Start/end date and time
- Attendees and organizer
- Location
- Recurrence rules
Implementation Details
View Source Code
Explore the Google Calendar connector implementation on GitHub