SKILL.md
readonly只读
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






