gws-calendar-insert

Create Google Calendar events from CLI inputs with required flags.

2|1|Updated Jan 31, 2014
One-click install
npx skills add https://github.com/mattforni/homebase --skill gws-calendar-insert-mattforni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-calendar-insert
Source: https://github.com/mattforni/homebase/tree/main/.claude/skills/gws-calendar-insert
Command: npx skills add https://github.com/mattforni/homebase --skill gws-calendar-insert-mattforni

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and manage Google Calendar events quickly from the command line, eliminating manual entry.

Core Features & Use Cases

  • Create events with required details such as summary, start, and end times.
  • Optional enhancements include location, description, attendees, and Meet video links for easier scheduling.
  • Use Case: Schedule a 9AM team standup with attendees and a Meet link in a single command.

Quick Start

Create a new calendar event by running gws calendar +insert with --summary, --start, and --end

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?

Create Google Calendar events from the command line by running the 'gws calendar +insert' interface with required flags like --summary, --start, and --end to automate scheduling.

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

Yes, CLI event creation supports optional flags including --attendee to add participants, --meet to generate video links, --location, and --description for comprehensive scheduling.

What details are required to schedule a meeting using a command-line calendar tool?

Scheduling a meeting requires three mandatory flags: --summary for the event title, --start for the beginning time, and --end for the closing time to ensure valid calendar entry.

Is there a way to automate scheduling team standups and reminders without manual calendar entry?

Automating team standups and reminders is handled by passing scheduling inputs through the CLI, eliminating manual entry by applying commands to shared calendars with optional attendees.

What are the limitations of using a CLI to insert Google Calendar events?

A key limitation is that inserting events performs write operations directly on your calendar, requiring caution as CLI inputs immediately modify schedules without standard application confirmation prompts.