recipe-review-meet-participants▌
googleworkspace/cli · updated Apr 8, 2026
Review Google Meet attendance records and participant session durations.
- ›Requires the gws-meet skill to access Google Meet conference data
- ›Three-step workflow: list recent conferences, retrieve participant details, and view individual session timestamps and durations
- ›Returns tabular output for easy review of who attended and how long they stayed
1d:["$","div",null,{"className":"prose prose-invert max-w-none prose-headings:font-semibold prose-headings:tracking-tight prose-h1:text-4xl prose-h1:mb-2 prose-h2:text-2xl prose-h2:mb-2 prose-h3:text-lg prose-h3:mb-2 prose-p:text-muted-foreground prose-li:text-muted-foreground prose-code:bg-muted prose-code:text-foreground prose-code:px-1 prose-code:py-0.5 prose-code:rounded-sm prose-code:text-sm prose-code:before:content-none prose-code:after:content-none prose-pre:bg-muted prose-pre:text-foreground prose-pre:border prose-pre:border-border prose-pre:rounded-md [&_table]:!border-[color:var(--border)] [&_th]:!border-[color:var(--border)] [&_td]:!border-[color:var(--border)]","dangerouslySetInnerHTML":{"__html":"<h1>Review Google Meet Attendance</h1>\n<blockquote>\n<p><strong>PREREQUISITE:</strong> Load the following skills to execute this recipe: <code>gws-meet</code></p>\n</blockquote>\n<p>Review who attended a Google Meet conference and for how long.</p>\n<h2>Steps</h2>\n<ol>\n<li>List recent conferences: <code>gws meet conferenceRecords list --format table</code></li>\n<li>List participants: <code>gws meet conferenceRecords participants list --params '{"parent": "conferenceRecords/CONFERENCE_ID"}' --format table</code></li>\n<li>Get session details: <code>gws meet conferenceRecords participants participantSessions list --params '{"parent": "conferenceRecords/CONFERENCE_ID/participants/PARTICIPANT_ID"}' --format table</code></li>\n</ol>"}}]