# Recipe Review Meet Participants > Review who attended a Google Meet conference and for how long. Source: https://skillsagentes.com/skills/googleworkspace/cli/recipe-review-meet-participants Repository: https://github.com/googleworkspace/cli Author: googleworkspace License: Apache-2.0 Updated: hace 4 meses Context cost: 16 tok installed, 222 tok once triggered, 222 tok with every bundled file Bundle: 1 file, 887 B Permissions requested: none declared ## Install ```bash npx -y skills add googleworkspace/cli --skill recipe-review-meet-participants --agent claude-code ``` ## What it does - Lista las conferencias recientes de Google Meet con `gws meet conferenceRecords list` - Muestra los participantes de una conferencia con `gws meet conferenceRecords participants list` - Obtiene detalles de sesión por participante para ver cuánto tiempo estuvo conectado ## Use it when - Necesitas revisar quién asistió a una conferencia de Google Meet y cuánto tiempo estuvo presente ## What triggers it - "¿Quién asistió a la reunión de Meet de ayer y cuánto tiempo estuvo cada uno?" - "Revisa la asistencia de la última conferencia de Google Meet" ## Before you install - Requiere el binario `gws` y la skill `gws-meet` cargada. ## Files - SKILL.md — 887 B ## SKILL.md Reproduced verbatim from googleworkspace/cli under Apache-2.0. This section is the upstream document and is in English. # Review Google Meet Attendance > **PREREQUISITE:** Load the following skills to execute this recipe: `gws-meet` Review who attended a Google Meet conference and for how long. ## 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` --- Skills Agentes — https://skillsagentes.com/skills/googleworkspace/cli/recipe-review-meet-participants