recipe-review-meet-participants

recipe-review-meet-participants

熱門

查看誰參加了 Google Meet 會議以及參加了多久。

2.9萬星標
1669分支
更新於 2026/3/31
SKILL.md
readonlyread-only
name
recipe-review-meet-participants
description

查看誰參加了 Google Meet 會議以及參加了多久。

查看 Google Meet 與會者

先決條件: 載入以下技能以執行此食譜:gws-meet

查看誰參加了 Google Meet 會議以及參加了多久。

步驟

  1. 列出近期會議:gws meet conferenceRecords list --format table
  2. 列出與會者:gws meet conferenceRecords participants list --params '{"parent": "conferenceRecords/CONFERENCE_ID"}' --format table
  3. 取得會議時段詳細資料:gws meet conferenceRecords participants participantSessions list --params '{"parent": "conferenceRecords/CONFERENCE_ID/participants/PARTICIPANT_ID"}' --format table