recipe-review-meet-participants

recipe-review-meet-participants

热门

查看谁参加了 Google Meet 会议以及参会时长。

2.9万Star
1669Fork
更新于 2026/3/31
SKILL.md
readonly只读
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