


















@@ -645,6 +645,7 @@ Meet artifacts:
645645646646```bash
647647openclaw googlemeet latest --today
648+openclaw googlemeet calendar-events --today --json
648649openclaw googlemeet artifacts --event "Weekly sync"
649650openclaw googlemeet attendance --today --format csv --output attendance.csv
650651```
@@ -653,6 +654,8 @@ openclaw googlemeet attendance --today --format csv --output attendance.csv
653654Google Meet link. Use `--event <query>` to search matching event text, and
654655`--calendar <id>` for a non-primary calendar. Calendar lookup requires a fresh
655656OAuth login that includes the Calendar events readonly scope.
657+`calendar-events` previews the matching Meet events and marks the event that
658+`latest`, `artifacts`, `attendance`, or `export` will choose.
656659657660If you already know the conference record id, address it directly:
658661@@ -671,6 +674,8 @@ openclaw googlemeet attendance --conference-record conferenceRecords/abc123 \
671674 --format markdown --output meet-attendance.md
672675openclaw googlemeet attendance --conference-record conferenceRecords/abc123 \
673676 --format csv --output meet-attendance.csv
677+openclaw googlemeet export --conference-record conferenceRecords/abc123 \
678+ --include-doc-bodies --zip --output meet-export
674679```
675680676681`artifacts` returns conference record metadata plus participant, recording,
@@ -684,10 +689,20 @@ resources separate, `--late-after-minutes` to tune late detection, and
684689`--early-before-minutes` to tune early-leave detection.
685690686691`export` writes a folder containing `summary.md`, `attendance.csv`,
687-`transcript.md`, `artifacts.json`, and `attendance.json`. These commands use the
688-Meet REST API only for Meet resources; Google Docs/Drive document body download
689-is intentionally out of scope because that requires separate Google Docs/Drive
690-access.
692+`transcript.md`, `artifacts.json`, and `attendance.json`. Pass `--zip` to also
693+write a portable archive next to the folder. Pass `--include-doc-bodies` to
694+export linked transcript and smart-note Google Docs text through Google Drive
695+`files.export`; this requires a fresh OAuth login that includes the Drive Meet
696+readonly scope. Without `--include-doc-bodies`, exports include Meet metadata
697+and structured transcript entries only.
698+699+Run the guarded live smoke against a real retained meeting:
700+701+```bash
702+OPENCLAW_LIVE_TEST=1 \
703+OPENCLAW_GOOGLE_MEET_LIVE_MEETING=https://meet.google.com/abc-defg-hij \
704+pnpm test:live -- extensions/google-meet/google-meet.live.test.ts
705+```
691706692707Create a fresh Meet space:
693708此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。