Cli gws-workflow-meeting-prep
Google Workflow: Prepare for your next meeting: agenda, attendees, and linked docs.
install
source · Clone the upstream repo
git clone https://github.com/googleworkspace/cli
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/googleworkspace/cli "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/gws-workflow-meeting-prep" ~/.claude/skills/googleworkspace-cli-gws-workflow-meeting-prep && rm -rf "$T"
manifest:
skills/gws-workflow-meeting-prep/SKILL.mdsource content
workflow +meeting-prep
PREREQUISITE: Read
for auth, global flags, and security rules. If missing, run../gws-shared/SKILL.mdto create it.gws generate-skills
Prepare for your next meeting: agenda, attendees, and linked docs
Usage
gws workflow +meeting-prep
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
| — | primary | Calendar ID (default: primary) |
| — | — | Output format: json (default), table, yaml, csv |
Examples
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 — Global flags and auth
- gws-workflow — All cross-service productivity workflows commands