Oxagen Docs

Google Meet

Ingest Google Meet conference records and participants into the workspace knowledge graph. Each conference resolves to the same `meeting` node Calendar wrote, so invite + attendance live side-by-side.

Google Meet logo

Google Meet

Conference records + participants merge into Calendar's `meeting` nodes.

The Meet connector scans historical Google Meet conference records via the Meet API v2. Each conference record becomes a meeting node with the host's space identifier and start / end times; each participant (Google-signed-in users, anonymous users with a display name, and phone-only callers) resolves to a person node and is wired to the meeting with had_participant / attended edges.

When paired with the Calendar connector, the Meet conference record dedupes against the same meeting node the calendar invite wrote — so "the invite" and "the actual call" share one neighborhood in the graph.

What gets ingested

SourceNode typeEdge typeDirection
Conference recordmeeting
Signed-in participantpersonhad_participant / attendedMeeting ↔ Person
Anonymous participantperson (keyed on display name)had_participant / attendedMeeting ↔ Person
Phone-only callerperson (keyed on display name)had_participant / attendedMeeting ↔ Person

Phone-only callers won't dedupe against email-keyed people from your other connectors — but the relationship still lands in the graph, which is what matters for retrieval.

Real use cases

  • Did Alice actually show up? — Calendar tells you she was invited; Meet tells you she joined. The had_participant edge confirms attendance independently of the invite.
  • Cross-source meeting timeline — combined with Zoom, Calendar, and Gmail, one person node has every email exchange, every calendar invite, every Meet attendance, and every Zoom call. The agent doesn't have to reconcile — it just traverses.

Settings

KeyTypeDefaultDescription
backfill_daysnumber90How far back to scan the Meet conference-records API.

OAuth scopes

  • meetings.space.readonly — read conference-record metadata and participant lists
  • userinfo.email — resolve the connecting user's email

Read-only. The connector cannot create, modify, or delete Meet spaces.


Get started free · Connectors overview

On this page