recipe-review-meet-participants

Review Google Meet conferenceRecords to calculate participant session durations.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/cellarwood/figurio --skill recipe-review-meet-participants-cellarwood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-review-meet-participants
Source: https://github.com/cellarwood/figurio/tree/main/skills/recipe-review-meet-participants
Command: npx skills add https://github.com/cellarwood/figurio --skill recipe-review-meet-participants-cellarwood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly determine who attended a Google Meet session and for how long, removing the manual effort of piecing together attendance from meeting logs and chat notes. This is useful for attendance verification, training compliance, or billing and time tracking tied to meetings.

Core Features & Use Cases

  • List recent conferences: Discover recent Google Meet conferenceRecords so you can identify the meeting of interest.
  • Enumerate participants: Retrieve participant lists for a conference to see who joined.
  • Session duration details: Query participantSessions to calculate how long each attendee was present for accurate reporting.
  • Use Case: A training manager can generate attendance and duration reports to confirm completion and allocate credit for session attendance.

Quick Start

Use the gws meet commands to list recent conferenceRecords, show participants for a selected conference, and retrieve participantSessions to calculate attendee durations.

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 track Google Meet attendance and calculate how long each participant stayed?

You can track Google Meet attendance by listing recent conferenceRecords, retrieving participant lists, and querying participantSessions to calculate exactly how long each attendee was present in the meeting.

Can I generate training completion reports from Google Workspace Meet conference records?

Yes, you can generate training completion reports by retrieving participant lists and session durations from Google Workspace Meet conferenceRecords to confirm attendance and allocate credit for training sessions.

Do I need special permissions to access Google Meet conference records for attendance verification?

Yes, accessing Google Meet conference records for attendance verification requires Google Workspace Meet conferenceRecords APIs via the gws CLI with permissions to list conferenceRecords, participants, and participantSessions.

What is the best way to automate billing audits using Google Meet participant session data?

The best way to automate billing audits is to query Google Meet participantSessions to calculate precise attendee durations, removing the manual effort of piecing together attendance from meeting logs and chat notes.

How do I list recent Google Meet conferences to find a specific meeting's attendance logs?

You can list recent Google Meet conferences by discovering conferenceRecords via the gws meet commands, allowing you to identify the specific meeting of interest before retrieving its participant attendance logs.

Why does manual Google Meet attendance tracking fail for large training sessions?

Manual Google Meet attendance tracking fails because piecing together attendance from meeting logs and chat notes is time-consuming and prone to error, whereas querying conferenceRecords automates participant session duration calculations.