google-calendar

List, create, and update Google Calendar events via the gcal CLI.

3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/jholhewres/devclaw-skills --skill google-calendar-jholhewres
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-calendar
Source: https://github.com/jholhewres/devclaw-skills/tree/main/skills/google-calendar
Command: npx skills add https://github.com/jholhewres/devclaw-skills --skill google-calendar-jholhewres

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of your Google Calendar by allowing you to list, create, and manage events directly from the command line, saving you from navigating the web interface for common tasks.

Core Features & Use Cases

  • List Events: View your upcoming events for today, tomorrow, or specific date ranges using natural language or explicit dates.
  • Create Events: Schedule new events quickly using natural language descriptions or by specifying details like title, date, time, and duration.
  • Bulk Event Creation: Import multiple events at once from a JSON file.
  • Use Case: Quickly add a meeting to your calendar by simply telling the AI "Schedule a meeting with the design team tomorrow from 2 PM to 3 PM."

Quick Start

Use the google-calendar skill to list all events for tomorrow.

Frequently Asked Questions about google-calendar

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

FAQPage Schema
How do I manage Google Calendar events from the command line?

This Skill manages Google Calendar events by listing, creating, and updating them directly via the gcal CLI tool. It allows you to schedule meetings and view upcoming events without navigating the web interface.

Can I schedule Google Calendar meetings using natural language?

Yes, you can create and schedule Google Calendar events using natural language descriptions. The Skill processes natural language to parse event details like title, date, time, and duration for quick scheduling.

Do I need gcalcli to interact with the Google Calendar API?

Yes, you need gcal or gcalcli installed to interact with the Google Calendar API. The Skill requires these CLI tools to execute commands for listing, creating, and updating calendar events.

How do I bulk import multiple events into Google Calendar?

You can bulk insert multiple events into Google Calendar from a JSON file. The Skill supports bulk event creation by processing JSON input via the gcal CLI tool to import entries simultaneously.

How do I list upcoming Google Calendar events for a specific date range?

To list Google Calendar events for a specific date range, you can use natural language or explicit dates. The Skill queries your calendar via the gcal CLI tool to display events for today, tomorrow, or custom ranges.