gws-calendar-insert

Create Google Calendar events with summary, start, and end via gws command line.

8|3|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/haberlah/dotfiles-claude --skill gws-calendar-insert-haberlah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-calendar-insert
Source: https://github.com/haberlah/dotfiles-claude/tree/main/skills/gws-calendar-insert
Command: npx skills add https://github.com/haberlah/dotfiles-claude --skill gws-calendar-insert-haberlah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating Google Calendar events via manual steps is error-prone and time-consuming; this skill provides a repeatable, CLI-driven way to schedule events.

Core Features & Use Cases

  • Create events with required fields: summary, start, end.
  • Optional fields: location, description, attendees, meet links.
  • Use Case: schedule stand-ups, client meetings, or project milestones by integrating with scripts and automation.

Quick Start

Run gws calendar +insert with --summary, --start, and --end to create a new event.

Frequently Asked Questions about gws-calendar-insert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Google Calendar event from the command line?

To create a Google Calendar event from the command line, run the gws calendar +insert command with the required --summary, --start, and --end parameters, along with any optional fields like location or attendees.

Can I add Google Meet links and attendees when scheduling events via CLI?

Yes, when scheduling events via CLI you can include optional fields such as attendees, location, description, and Google Meet links by appending the corresponding flags to the calendar +insert command.

What time format is required for scheduling Google Calendar events via CLI?

Scheduling Google Calendar events via CLI requires RFC3339 formatted timestamps for the --start and --end parameters to ensure accurate event creation and prevent timezone parsing errors.

What is the best way to automate scheduling stand-ups and client meetings?

Automating scheduling for stand-ups and client meetings is best handled by integrating CLI commands into your automation scripts, enabling repeatable event creation with required summary, start, and end fields.

Does the gws calendar insert tool support write safeguards for automation workflows?

Yes, the gws calendar insert tool enforces built-in safeguards for write operations during event creation, ensuring that your automation workflows execute safely without accidental calendar overwrite issues.

Why use a CLI tool instead of manual steps for creating Google Calendar events?

Using a CLI tool for creating Google Calendar events eliminates manual error-prone steps, providing a repeatable and scriptable method to schedule events across team workflows efficiently.