From 789978e50d33eab8ca3b8584ec9119aabfdd21fa Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sat, 25 Apr 2026 06:38:31 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@1752b15a21fb99c7a8004d24705f5109d659fcd7 --- .openclaw-sync/source.json | 4 ++-- docs/plugins/google-meet.md | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 3d7ee4f61..c7c79947b 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "209d50b52c67bc8bf8a115a48d564005fd585aa4", - "syncedAt": "2026-04-25T06:32:30.902Z" + "sha": "1752b15a21fb99c7a8004d24705f5109d659fcd7", + "syncedAt": "2026-04-25T06:37:07.673Z" } diff --git a/docs/plugins/google-meet.md b/docs/plugins/google-meet.md index 727c67606..930299d40 100644 --- a/docs/plugins/google-meet.md +++ b/docs/plugins/google-meet.md @@ -480,6 +480,27 @@ Run preflight before media work: openclaw googlemeet preflight --meeting https://meet.google.com/abc-defg-hij ``` +List meeting artifacts and attendance after Meet has created conference records: + +```bash +openclaw googlemeet artifacts --meeting https://meet.google.com/abc-defg-hij +openclaw googlemeet attendance --meeting https://meet.google.com/abc-defg-hij +``` + +If you already know the conference record id, address it directly: + +```bash +openclaw googlemeet artifacts --conference-record conferenceRecords/abc123 --json +openclaw googlemeet attendance --conference-record conferenceRecords/abc123 --json +``` + +`artifacts` returns conference record metadata plus participant, recording, +transcript, and smart-note resource metadata when Google exposes it for the +meeting. `attendance` expands participants into participant-session rows with +join/leave timestamps. These commands use the Meet REST API only; transcript or +smart-note document body download is intentionally out of scope because that +requires separate Google Docs/Drive access. + Create a fresh Meet space: ```bash