google-calendar

Manage Google Calendar events and availability via the gog CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables AI agents to manage Google Calendar events programmatically, simplifying scheduling, reminders, and availability checks without manual browser steps.

Core Features & Use Cases

  • Create, list, update, and delete events on the AI-designated calendar.
  • Check availability / freebusy queries to plan meetings and avoid conflicts.
  • Use Case: An AI schedules a daily standup by adding an event to the designated AI calendar using the gog CLI.

Quick Start

Use the google-calendar skill to list today’s events in JSON, or create a new event with a single command.

Frequently Asked Questions about google-calendar

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

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

You can automate Google Calendar event management by using the gog CLI to programmatically create, list, update, and delete events. This skill outputs JSON for downstream processing and handles availability checks.

Can I check Google Calendar availability and freebusy status via CLI?

Checking Google Calendar availability and freebusy status via CLI is supported by this skill. It queries the AI-designated calendar to help plan meetings and avoid scheduling conflicts without manual browser interaction.

What do I need to set up before automating Google Calendar events with the gog CLI?

Before automating Google Calendar events, you need the gog CLI installed and a Google Calendar project configured during Phase 2 and Phase 3 of SETUP.md. This setup enables programmatic calendar access.

Does this Google Calendar automation skill output data in JSON format?

Yes, this Google Calendar automation skill outputs data in JSON format. Listing events and checking availability through the gog CLI returns structured JSON designed for downstream processing by AI agents.

What is the best way to create a scheduled event on an AI-designated calendar?

The best way to create a scheduled event on an AI-designated calendar is using this skill with the gog CLI. It programmatically adds events, such as daily standups, simplifying reminders and scheduling.