recipe-review-meet-participants

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Review Google Meet Attendance

查看Google Meet参会情况

PREREQUISITE: Load the following skills to execute this recipe:
gws-meet
Review who attended a Google Meet conference and for how long.
前提条件: 加载以下skill以执行此方案:
gws-meet
查看谁参加了Google Meet会议以及各自的参会时长。

Steps

步骤

  1. List recent conferences:
    gws meet conferenceRecords list --format table
  2. List participants:
    gws meet conferenceRecords participants list --params '{"parent": "conferenceRecords/CONFERENCE_ID"}' --format table
  3. Get session details:
    gws meet conferenceRecords participants participantSessions list --params '{"parent": "conferenceRecords/CONFERENCE_ID/participants/PARTICIPANT_ID"}' --format table
  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