Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Fetch your next upcoming Google Calendar meeting with attendees, description, and linked docs for preparation.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
SKILL.md
1---2name: gws-workflow-meeting-prep3description: "Google Workflow: Prepare for your next meeting: agenda, attendees, and linked docs."4metadata:5version: 0.22.56openclaw:7category: "productivity"8requires:9bins:10- gws11cliHelp: "gws workflow +meeting-prep --help"12---1314# workflow +meeting-prep1516> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.1718Prepare for your next meeting: agenda, attendees, and linked docs1920## Usage2122```bash23gws workflow +meeting-prep24```2526## Flags2728| Flag | Required | Default | Description |29|------|----------|---------|-------------|30| `--calendar` | — | primary | Calendar ID (default: primary) |31| `--format` | — | — | Output format: json (default), table, yaml, csv |3233## Examples3435```bash36gws workflow +meeting-prep37gws workflow +meeting-prep --calendar Work38```3940## Tips4142- Read-only — never modifies data.43- Shows the next upcoming event with attendees and description.4445## See Also4647- [gws-shared](../gws-shared/SKILL.md) — Global flags and auth48- [gws-workflow](../gws-workflow/SKILL.md) — All cross-service productivity workflows commands49