Google Calendar
Google Calendar
Configuration
Google Calendar source connector integrates with the Google Calendar API to extract data.
Synchronizes calendars, events, and free/busy information.
It provides comprehensive access to your Google Calendar scheduling information for productivity and time management insights.
Authentication
This connector uses OAuth 2.0 with custom credentials. You need to provide your OAuth application’s Client ID and Client Secret in the Airweave UI, then go through the OAuth consent screen.
- Create an OAuth application in your provider’s developer console
- Enter your Client ID and Client Secret in the Airweave UI
- Complete the OAuth consent flow when connecting the source
Configuration Options
This connector does not have any additional configuration options.
Data Models
The following data models are available for this connector:
GoogleCalendarCalendarEntity
Schema for a Google Calendar object (the underlying calendar resource).
See: https://developers.google.com/calendar/api/v3/reference/calendars
GoogleCalendarListEntity
Schema for a CalendarList entry, i.e., how the user sees a calendar.
See: https://developers.google.com/calendar/api/v3/reference/calendarList
GoogleCalendarEventEntity
Schema for a Google Calendar Event.
See: https://developers.google.com/calendar/api/v3/reference/events
GoogleCalendarFreeBusyEntity
Schema for a FreeBusy response entity for a given calendar.
See: https://developers.google.com/calendar/api/v3/reference/freebusy
Integrate Airweave with Google APIs on localhost
This guide will walk you through connecting Google Workspace APIs to Airweave when running locally. Google provides extensive documentation on setting up your workspace. Below is a streamlined process for connecting Google APIs to Airweave.
- Create a Google Cloud project for your Google Workspace (if you don’t already have one)
- Enable the Google Workspace APIs for Gmail, Google Calendar, and Google Drive
- Configure Google OAuth 2.0 consent screen
- Under
Audience
, selectMake external
and add test users - Under
Data Access
, add the following scopes:
- Create OAuth client ID credentials
- Under “Authorized redirect URIs,” click ”+ Add URI” and add the following URIs:
- Locate the client ID and client secret from your newly created OAuth client. Add these credentials to the
dev.integrations.yml
file to enable Google API integration.