gcal

Manage Google Calendar events via REST API for scheduling and sync.

100|2|Updated Sep 27, 2025
One-click install
npx skills add https://github.com/ashenfad/calgebra --skill gcal-ashenfad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcal
Source: https://github.com/ashenfad/calgebra/tree/main/calgebra/skills/gcal
Command: npx skills add https://github.com/ashenfad/calgebra --skill gcal-ashenfad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Google Calendar integration enables applications to read and write events and calendars directly from code, reducing manual scheduling and coordination.

Core Features & Use Cases

  • Read and write events to Google Calendar via a REST API backend
  • Manage calendars, attendees, reminders, and recurring events for teams
  • Use cases: synchronize team schedules, book meetings, and automate event creation from workflows

Quick Start

Authenticate to Google Calendar API and access the primary calendar's events for a date range to begin programmatic scheduling.

Frequently Asked Questions about gcal

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

FAQPage Schema
How do I automate Google Calendar event creation from a workflow?

You can automate Google Calendar event creation by using a REST API backend to read, write, and sync events directly from code. This reduces manual scheduling by programmatically managing attendees, reminders, and recurring events.

What is the best way to synchronize team schedules across Google Calendars?

Synchronizing team schedules is achieved by reading and writing events to primary and secondary Google Calendars via a REST API. This enables automated calendar data synchronization across teams and services.

Do I need Google Calendar API authentication to manage recurring events programmatically?

Yes, authentication with the Google Calendar API is required to manage recurring events programmatically. Once authenticated, you can access utilities for event creation, listing, and handling recurring patterns.

Can I manage attendees and reminders through a Google Calendar REST API backend?

Yes, you can manage attendees and reminders through a Google Calendar REST API backend. It exposes utilities for event creation and listing, allowing applications to handle attendee coordination and event reminders.

Does this approach support both primary and secondary Google Calendars?

Yes, the REST API backend supports both primary and secondary Google Calendars. This allows applications to access and manage events across multiple calendars for comprehensive team scheduling and coordination.