SKILL.md
readonlyread-only
name
recipe-review-meet-participants
description
查看誰參加了 Google Meet 會議以及參加了多久。
查看 Google Meet 與會者
先決條件: 載入以下技能以執行此食譜:
gws-meet
查看誰參加了 Google Meet 會議以及參加了多久。
步驟
- 列出近期會議:
gws meet conferenceRecords list --format table - 列出與會者:
gws meet conferenceRecords participants list --params '{"parent": "conferenceRecords/CONFERENCE_ID"}' --format table - 取得會議時段詳細資料:
gws meet conferenceRecords participants participantSessions list --params '{"parent": "conferenceRecords/CONFERENCE_ID/participants/PARTICIPANT_ID"}' --format table






