gws-calendar — All manage calendars and events commands
1---2name: gws-calendar-insert3description: calendar +insert4---5# calendar +insert67> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, stop and repair the declarative skill deployment.89create a new event1011## Usage1213```bash14gws calendar +insert --summary <TEXT> --start <TIME> --end <TIME>15```1617## Flags1819| Flag | Required | Default | Description |20|------|----------|---------|-------------|21| `--calendar` | — | primary | Calendar ID (default: primary) |22| `--summary` | ✓ | — | Event summary/title |23| `--start` | ✓ | — | Start time (ISO 8601, e.g., 2024-01-01T10:00:00Z) |24| `--end` | ✓ | — | End time (ISO 8601) |25| `--location` | — | — | Event location |26| `--description` | — | — | Event description/body |27| `--attendee` | — | — | Attendee email (can be used multiple times) |28| `--meet` | — | — | Add a Google Meet video conference link |2930## Examples3132```bash33gws calendar +insert --summary 'Standup' --start '2026-06-17T09:00:00-07:00' --end '2026-06-17T09:30:00-07:00'34gws calendar +insert --summary 'Review' --start ... --end ... --attendee alice@example.com35gws calendar +insert --summary 'Meet' --start ... --end ... --meet36```3738## Tips3940- Use RFC3339 format for times (e.g. 2026-06-17T09:00:00-07:00).41- The --meet flag automatically adds a Google Meet link to the event.4243> [!CAUTION]44> This is a **write** command — confirm with the user before executing.4546## See Also4748- [gws-shared](../gws-shared/SKILL.md) — Global flags and auth49- [gws-calendar](../gws-calendar/SKILL.md) — All manage calendars and events commands
Run npx skillmds@latest add wimpysworld/gws-calendar-insert in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
calendar +insert It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
wimpysworld (@wimpysworld) published this skill. Their other Agent Skills are listed on their SkillMD profile.