Caplets Catalog
official
spiritledsoftware/caplets

Google Meet

Create Meet spaces and inspect Meet conference records, participants, recordings, transcripts, and smart notes through the Meet API Discovery document.

Install
caplets install spiritledsoftware/caplets google-meet

Inspect before installing

  • Can change external servicesThis Caplet may perform mutating operations against an external service.
  • Authentication requiredThis Caplet needs credentials or an auth flow before use.
CAPLET.md

Frontmatter

FieldValue
nameGoogle Meet
descriptionCreate Meet spaces and inspect Meet conference records, participants, recordings, transcripts, and smart notes through the Meet API Discovery document.
avoidWhenUse Google Calendar for scheduling, invites, guest lists, or event lifecycle management.
tagsgoogle, meet, meetings, video
catalog.iconhttps://www.gstatic.com/images/branding/product/2x/meet_2020q4_48dp.png
googleDiscoveryApi.discoveryUrlhttps://meet.googleapis.com/$discovery/rest?version=v2
googleDiscoveryApi.includeOperationsmeet.spaces.create, meet.spaces.get, meet.spaces.patch, meet.spaces.endActiveConference, meet.conferenceRecords.list, meet.conferenceRecords.get, meet.conferenceRecords.participants.list, meet.conferenceRecords.participants.get, meet.conferenceRecords.recordings.list, meet.conferenceRecords.recordings.get, meet.conferenceRecords.transcripts.list, meet.conferenceRecords.transcripts.get, meet.conferenceRecords.transcripts.entries.list, meet.conferenceRecords.transcripts.entries.get, meet.conferenceRecords.smartNotes.list, meet.conferenceRecords.smartNotes.get
googleDiscoveryApi.auth.typeoauth2
googleDiscoveryApi.auth.issuerhttps://accounts.google.com
googleDiscoveryApi.auth.clientId$vault:GOOGLE_CLIENT_ID
googleDiscoveryApi.auth.clientSecret$vault:GOOGLE_CLIENT_SECRET
googleDiscoveryApi.auth.scopeshttps://www.googleapis.com/auth/meetings.space.created, https://www.googleapis.com/auth/meetings.space.readonly

Google Meet

Meeting prerequisites

Start with a Meet space, conference record, meeting code, or newly created space. Inspect the conference record and participant list before accessing recordings, transcripts, or smart notes. Limit transcript entries and smart notes to the time range and topic the operator needs.

Safe operation and limits

  • Meeting records, transcripts, recordings, and smart notes can contain sensitive personal and business information. Keep reads narrow.
  • Creating, patching, or ending Meet spaces changes live collaboration state. Confirm meeting ownership, timing, and operator intent before a mutation.
  • Space mutations are limited to app-created spaces. The exposed meeting-record operations are read-only, and organization-wide Meet settings are not available.