$npx -y skills add googleworkspace/cli --skill recipe-review-meet-participantsReview who attended a Google Meet conference and for how long.
| 1 | # Review Google Meet Attendance |
| 2 | |
| 3 | > **PREREQUISITE:** Load the following skills to execute this recipe: `gws-meet` |
| 4 | |
| 5 | Review who attended a Google Meet conference and for how long. |
| 6 | |
| 7 | ## Steps |
| 8 | |
| 9 | 1. List recent conferences: `gws meet conferenceRecords list --format table` |
| 10 | 2. List participants: `gws meet conferenceRecords participants list --params '{"parent": "conferenceRecords/CONFERENCE_ID"}' --format table` |
| 11 | 3. Get session details: `gws meet conferenceRecords participants participantSessions list --params '{"parent": "conferenceRecords/CONFERENCE_ID/participants/PARTICIPANT_ID"}' --format table` |