Plan availability | All paid plans with varying limitations. |
Permissions |
|
Platform(s) | Web/Browser, Mac app, Windows app |
Learn how to use the Airtable Sync integration feature to bring information from an external application into Airtable as a new table in your base. Sync integrations are always a one way sync from the external application into an Airtable base, so changes made in Airtable cannot be synced back to the external application that you are syncing with.
This article covers how to sync Google Calendar events to an Airtable base.
Setting up a Google Calendar to sync with Airtable
Navigate to a base where you want to sync data into Airtable.
Add a new synced table by clicking the + Add or import button.
Scroll down to the “Add from other sources” section and select the Google Calendar option.
Select an existing Google Calendar account, if you’ve already connected to Google Calendar before, or link to a new Google Calendar account if this is the first time you've set this sync up. Connecting a new account will take you to the authentication window. For more info on Google Calendar sync authentication and authorization consult this support article section.
Next, select which calendar you want to use to sync events into your table. Once you select a calendar, choose a start date and end date to define the date range for events you want to sync. Once this is configured, click Next to move to the next screen where you’ll configure what event data (or fields) to sync to Airtable.
You have two options for which fields to sync from Google Calendar to Airtable. If you select All fields, we will sync all of the available calendar field data available into Airtable. If you select Specific fields, you can choose what event field data to sync to Airtable.
All fields from the source view, including any fields added by Google in the future.
Specific fields from the Google Calendar source.
If you choose to sync specific fields you’ll be shown a menu where you can toggle each individual field that you want to sync from Google Calendar.
Visit this section for a list of all of the field data that is provided by Google that can be synced to Airtable.
Click the Next button after you have chosen which fields should be synced to Airtable.
Before creating your synced table, there are Settings options that allow you to choose how often you want to sync, and how to handle records deleted or hidden in Google Calendar:
Sync frequency - Right now, the options are manual syncing and automatic syncing which happens around every 5 minutes.
Record retention/deletion - Whether or not deleted events in the selected calendar should be removed from the Airtable table. By default, deleted events will be removed.
Once you’ve selected your desired sync settings, click the Create table button. Depending on how large the data set being synced in from Google Calendar is, it may take a few moments for the synced table to be created. The sync operation will retrieve all events in the calendar within the date range, and automatically create a calendar view to display the events.
After the sync table is created, Airtable will automatically add an Open in Google Calendar button field, which lets you navigate directly from any record to the corresponding event in Google Calendar.
Understanding field data that can be synced from Google Calendar
When syncing from Google Calendar, the following fields are available to bring into Airtable:
Title — The event name (text)
Start — Event start date/time (date)
End — Event end date/time (date)
All Day — Whether the event is an all-day event (checkbox)
Recurring Event — Whether the event is part of a recurring series (checkbox)
Creator — Email address of the event creator (email)
Status — Event status, e.g. confirmed or cancelled (single select)
Location — Event location (text)
Description — Event description (long text)
Attendees — Comma-separated list of attendee email addresses (text)
Created — When the event was created in Google Calendar (date)
Updated — When the event was last modified in Google Calendar (date)
Event Link — Direct URL to open the event in Google Calendar (URL)
Hangouts Link — Google Meet/Hangouts link for the event, if one exists (URL)
Event ID — The unique Google Calendar identifier for the event (text)
Security and OAuth scopes
For authentication purposes, Airtable requests the minimum read/write scopes necessary to make the Airtable Sync integration work.
Google Calendar scopes:
Scope name | Scope purpose |
| For reading Calendar lists |
| For reading or writing (creating/updating) events |
| For user metadata |
| For user metadata |
| For sign-in |
The tokens are transmitted between Airtable and Google’s servers securely via HTTPS. On Airtable’s side, the tokens are stored in databases that are encrypted at rest. For more information on Google Calendar scopes, check out Google's Calendar API authorization documentation.
FAQs
Can I sync record data from Airtable to Google Calendar?
No, this feature only syncs events from Google Calendar to Airtable.
Can Google Calendar events be updated from Airtable?
In the automation you already have set up for creating a Google calendar event:
Add a new "Update record" action after the "Create Google Calendar" action.
In the update record action, select the same table that is being used in the trigger step. In the Field ID Google, click the blue plus symbol to select the trigger record’s Record ID token.
Under "Fields" select Choose field and pick a single line text field that you’ll use to store Google Calendar Event IDs. For example's sake, we'll call this field "Calendar Event ID." Click the blue plus symbol to select the Event ID from the Create Google Calendar data step.
Now in addition to creating a new Google Calendar event, your Automation will store the unique ID of the calendar event item as a field value for the relevant Airtable record. This means you can update the calendar event in the future by referencing this ID.
Create a new Automation that has these steps:
Set the trigger to be something like a check Google or when the
{Follow-up meeting}time is updated. "Follow-up meeting" is just an example. Your base will likely have a different field name that should be referenced.Add an "Update Google Calendar Event" action. For the Event ID click the blue plus symbol to select the trigger record’s single line text
{Calendar Event ID}field you created earlier.You can then select all of the fields you may wish the automation to update such as the start date/time, end date/time, attendees, event description etc.
How many events can be synced?
The maximum number of events that can be synced for each individual sync is 10,000. However, you could add multiple calendars with each calendar having a 10,000 event limit.
How are repeating events handled?
All individual instances of repeating events that fall within the sync date range will be synced as separate records. Each of these records will have the “Recurring Event” checkbox field checked, so you can easily filter or identify which events in your table are part of a recurring series.
What access to Google Calendar does this give Airtable?
Airtable will only have access to the calendars and events that the user who connected the Google Calendar sync has access to.
What happens to the sync if the Google account used becomes deactivated?
The sync will stop working if the connected Google account is deactivated. Any data already added via sync will remain but will no longer refresh based on updates in Google Calendar.
How is data transmitted from Google?
The data that we retrieve from Google’s API is transmitted securely via HTTPS and is not used for any purpose other than syncing events to the table.
Can team calendars be synced from Google Calendar?
Yes! You can add any calendar that your Google Account has access to.
How do I update the Google Calendar's sync date range after setting up an integration?
Click the … icon in your “Sync table settings.”
Click Change source.
Updated your preferred “Sync range start” and Sync range end.”