recipe-review-meet-participants

Review Google Meet conference attendance and participant session durations.

Updated Nov 9, 2023
One-click install
npx skills add https://github.com/oresttokovenko/dot-files --skill recipe-review-meet-participants-oresttokovenko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-review-meet-participants
Source: https://github.com/oresttokovenko/dot-files/tree/main/chezmoi/dot_agents/skills/recipe-review-meet-participants
Command: npx skills add https://github.com/oresttokovenko/dot-files --skill recipe-review-meet-participants-oresttokovenko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually checking who attended a Google Meet call and how long each person stayed requires digging through the Google Meet interface. This recipe automates that lookup using the gws CLI so you can audit meeting attendance in seconds. ## Core Features & Use Cases - Conference Listing: Enumerate recent Google Meet conference records in a readable table format. - Participant Review: List all participants of a specific conference by its conference record ID. - Session Duration Details: Retrieve per-participant session details to see exactly how long each attendee stayed. - Use Case: After a weekly team sync, run this recipe to confirm which team members joined the call and verify their attendance duration for compliance or follow-up purposes. ## Quick Start Ask the assistant to review who attended your most recent Google Meet conference and how long each participant stayed.

Frequently Asked Questions about recipe-review-meet-participants

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I see who attended a Google Meet call?

Use the gws CLI to list conference records, then query the participants endpoint with the conference ID. This returns a table of everyone who joined that specific Google Meet session.

How to check how long participants stayed in a Google Meet?

Query the participantSessions endpoint with the conference ID and participant ID. The response contains session details showing each participant's join and leave times for that conference.

What tools are required to review Google Meet attendance from the command line?

You need the gws CLI binary installed and the gws-meet skill loaded. The recipe uses gws meet conferenceRecords commands to access the Google Meet API data.

Can I list participants for any past Google Meet conference?

You can list participants for any conference that appears in your conferenceRecords list. Run the conferenceRecords list command first to find the target conference ID, then query its participants.

Why does the participants list command return no results?

This usually happens when the conference ID in the parent parameter is incorrect or the conference record has expired. Verify the ID from the conferenceRecords list output before querying participants.