# Gws Workflow Meeting Prep > Google Workflow: Prepare for your next meeting: agenda, attendees, and linked docs. Source: https://skillsagentes.com/skills/googleworkspace/cli/gws-workflow-meeting-prep Repository: https://github.com/googleworkspace/cli Author: googleworkspace License: Apache-2.0 Updated: hace 4 meses Context cost: 21 tok installed, 303 tok once triggered, 303 tok with every bundled file Bundle: 1 file, 1 KB Permissions requested: none declared ## Install ```bash npx -y skills add googleworkspace/cli --skill gws-workflow-meeting-prep --agent claude-code ``` ## What it does - Ejecuta gws workflow +meeting-prep para mostrar el próximo evento con asistentes, agenda y documentos vinculados - Permite elegir el calendario a consultar con --calendar (por defecto primary) - Devuelve la salida en formato json, table, yaml o csv según --format ## Use it when - Necesitas prepararte para tu próxima reunión y ver asistentes, agenda y documentos relacionados - Quieres consultar un calendario distinto al primario con --calendar ## What triggers it - "Prepárame para mi próxima reunión" - "Muéstrame la agenda y asistentes de mi siguiente evento" - "Revisa mi calendario Work y prepárame para la próxima reunión" ## Before you install - Requiere el binario gws y haber leído ../gws-shared/SKILL.md para autenticación y flags globales. ## Files - SKILL.md — 1 KB ## SKILL.md Reproduced verbatim from googleworkspace/cli under Apache-2.0. This section is the upstream document and is in English. # workflow +meeting-prep > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. Prepare for your next meeting: agenda, attendees, and linked docs ## Usage ```bash gws workflow +meeting-prep ``` ## Flags | Flag | Required | Default | Description | |------|----------|---------|-------------| | `--calendar` | — | primary | Calendar ID (default: primary) | | `--format` | — | — | Output format: json (default), table, yaml, csv | ## Examples ```bash gws workflow +meeting-prep gws workflow +meeting-prep --calendar Work ``` ## Tips - Read-only — never modifies data. - Shows the next upcoming event with attendees and description. ## See Also - [gws-shared](../gws-shared/SKILL.md) — Global flags and auth - [gws-workflow](../gws-workflow/SKILL.md) — All cross-service productivity workflows commands --- Skills Agentes — https://skillsagentes.com/skills/googleworkspace/cli/gws-workflow-meeting-prep