gws-calendar-insert

Create Google Calendar events via the Google Calendar API.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/chaddorsey/letta-code --skill gws-calendar-insert-chaddorsey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-calendar-insert
Source: https://github.com/chaddorsey/letta-code/tree/main/.skills/gws-calendar-insert
Command: npx skills add https://github.com/chaddorsey/letta-code --skill gws-calendar-insert-chaddorsey

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gws, and includes scripts (resource) components.

What problem does it solve?

Streamlines the process of creating new events in Google Calendar, eliminating the need for manual entry.

Core Features & Use Cases

  • Event Creation: Automatically add events to your Google Calendar with ease.
  • Customization: Customize events with details like summary, start time, end time, location, and description.
  • Integration: Seamlessly integrates with existing Google Calendar setup for easy management.

Quick Start

Use the gws-calendar-insert skill to create a new event with 'gws calendar +insert --summary 'Meeting' --start '2024-05-15T10:00:00' --end '2024-05-15T11:00:00''

Frequently Asked Questions about gws-calendar-insert

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

FAQPage Schema
How do I automate Google Calendar event creation from the command line?

You can automate Google Calendar event creation by using a command-line interface that calls the Google Calendar API to insert events automatically. This eliminates manual entry by passing event details like summary, start time, and end time directly as command arguments.

What details can I customize when scheduling events in Google Calendar via automation?

When scheduling events in Google Calendar via automation, you can customize the event summary, start time, end time, location, and description. These parameters are passed as command-line arguments to define the event specifics.

Do I need authorization to use the Google Calendar API for event scheduling?

Yes, you need authorization for Google Calendar API access to schedule events automatically. This requires setting up the gws dependency to handle authentication and enable seamless integration with your existing Google Calendar setup.

Can I integrate automated event scheduling with my existing Google Calendar setup?

Yes, automated event scheduling integrates seamlessly with your existing Google Calendar setup. By using the Google Calendar API, new events are created directly within your current calendar environment for easy management.

What is the best way to streamline creating multiple meeting events in Google Calendar?

The best way to streamline creating multiple meeting events is to use a command-line automation tool that leverages the Google Calendar API. This allows you to quickly insert new events with customized details without manual web interface entry.

Why use a command-line interface for Google Calendar management instead of manual entry?

Using a command-line interface for Google Calendar management eliminates the need for manual entry, streamlining the process of creating new events. It is particularly suitable for users who frequently schedule meetings and require automation for efficiency.