mcpbeat

Gws Calendar Insert

googleworkspace/gws-calendar-insert

Google Calendar: Create a new event.

448 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
1
copies elsewhere
how many repositories repackaged it
30175
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/googleworkspace/cli --skill gws-calendar-insert

The instruction itself

6 sections, as written by the author

calendar +insert

> PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

create a new event

Usage

gws calendar +insert --summary <TEXT> --start <TIME> --end <TIME>

Flags

| Flag | Required | Default | Description |

|------|----------|---------|-------------|

| --calendar | — | primary | Calendar ID (default: primary) |

| --summary | ✓ | — | Event summary/title |

| --start | ✓ | — | Start time (ISO 8601, e.g., 2024-01-01T10:00:00Z) |

| --end | ✓ | — | End time (ISO 8601) |

| --location | — | — | Event location |

| --description | — | — | Event description/body |

| --attendee | — | — | Attendee email (can be used multiple times) |

| --meet | — | — | Add a Google Meet video conference link |

Examples

gws calendar +insert --summary 'Standup' --start '2026-06-17T09:00:00-07:00' --end '2026-06-17T09:30:00-07:00'
gws calendar +insert --summary 'Review' --start ... --end ... --attendee [email protected]
gws calendar +insert --summary 'Meet' --start ... --end ... --meet

Tips

  • Use RFC3339 format for times (e.g. 2026-06-17T09:00:00-07:00).
  • The --meet flag automatically adds a Google Meet link to the event.

> [!CAUTION]

> This is a write command — confirm with the user before executing.

See Also

  • gws-shared — Global flags and auth
  • gws-calendar — All manage calendars and events commands

Repackaged in 1 other repositories

same content, different owner
aiskillstore/marketplace open on GitHub →

How to use it

Copy the folder

Take googleworkspace/gws-calendar-insert from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.