gws-meet
Installation
Summary
Create, manage, and query Google Meet conferences and meeting spaces via the Google Meet API.
- Supports two main resource types:
conferenceRecordsfor accessing meeting history, participants, recordings, and transcripts;spacesfor creating and managing meeting spaces - Requires Google Workspace authentication and the
gwsCLI tool; see shared auth documentation for setup and security rules - Use
gws schemato inspect method signatures, required parameters, and data types before constructing API calls - All commands follow the pattern
gws meet <resource> <method> [flags]with structured parameter and JSON input support
SKILL.md
meet (v2)
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
gws meet <resource> <method> [flags]
API Resources
conferenceRecords
get— Gets a conference record by conference ID.list— Lists the conference records. By default, ordered by start time and in descending order.participants— Operations on the 'participants' resourcerecordings— Operations on the 'recordings' resourcesmartNotes— Operations on the 'smartNotes' resourcetranscripts— Operations on the 'transcripts' resource
Related skills
More from googleworkspace/cli
gws-gmail
Gmail: Send, read, and manage email.
26.1Kgws-docs
Read and write Google Docs.
26.0Kgws-drive
Google Drive: Manage files, folders, and shared drives.
26.0Kgws-sheets
Google Sheets: Read and write spreadsheets.
24.7Kgws-calendar
Google Calendar: Manage calendars and events.
24.6Kgws-docs-write
Google Docs: Append text to a document.
21.8K