The Google Calendar integration captures Google Meet calls from your calendar and makes meeting details and transcripts available in PartnerOS. This gives you a complete picture of partner interactions without manually logging meetings or copying notes.Documentation Index
Fetch the complete documentation index at: https://docs.partneros.ai/llms.txt
Use this file to discover all available pages before exploring further.
What Google Calendar sync does
- Fetches Google Meet meetings from your primary Google Calendar
- Records meeting metadata: title, start and end time, and the list of attendees (by email address)
- Retrieves Google Meet transcripts after a meeting ends and stores the full transcript text alongside the meeting record in PartnerOS
- Only captures meetings that have a Google Meet conference attached — standard calendar events without Meet are ignored
Transcripts are generated by Google Meet after the call ends and may take a few minutes to become available. PartnerOS fetches transcripts asynchronously, so they may not appear in PartnerOS immediately after the call finishes.
Prerequisites
- You must have a Google account with a primary Google Calendar.
- Google Meet transcripts require that transcription is enabled in your Google Meet settings. The host must start transcription during the call, or your organization must have automatic transcription configured.
- You must be a PartnerOS Owner or Admin to connect the integration.
- Transcripts are only available for meetings hosted in Google Workspace accounts with transcription enabled. Personal Gmail accounts do not support Meet transcripts.
Connect Google Calendar
Open Settings > Integrations
In PartnerOS, navigate to Settings > Integrations and find the Google Calendar card.
Click Connect Google Calendar
Click Connect Google Calendar. You are redirected to Google’s OAuth consent screen.
Choose your Google account
Select the Google account whose primary calendar contains your partner meetings.
Grant permissions
Google lists the permissions PartnerOS is requesting. These include access to your calendar events and, if available, Google Meet conference records and transcripts. Click Allow.
What meeting data is captured
For each Google Meet call on your calendar, PartnerOS captures:| Field | Description |
|---|---|
| Title | The calendar event summary (meeting title) |
| Start time | When the meeting started |
| End time | When the meeting ended |
| Attendees | Email addresses of all calendar invitees |
| Conference ID | The Google Meet meeting code, used to fetch the transcript |
| Transcript | Full meeting transcript text, formatted as Speaker: utterance per line |
How transcript fetching works
PartnerOS fetches transcripts using a three-step process through the Google Meet API:- Locate the conference record for the meeting using the Meet conference ID.
- Find the transcript associated with the conference record (PartnerOS looks for transcripts in
FILE_GENERATEDorENDEDstate). - Fetch the transcript entries and assemble them into a single text block.