Skip to Content
Back to Marketplace

google-calendar

Interact with Google Calendar via the Google Calendar API to list, add, update, or delete events.

8,938downloads61installs11stars
v0.1.0
AdrianMiller99AdrianMiller99APIs & Integrations3/2/2026

Overview

This skill provides a thin wrapper around the Google Calendar REST API. It lets you interact with your Google Calendar programmatically, listing upcoming events, creating new events, updating or deleting existing ones.

Key Features

  • List upcoming events (optionally filtered by time range or query)
  • Add a new event with title, start/end time, description, location, and attendees
  • Update an existing event by its ID
  • Delete an event by its ID

How It Works

The script loads the credentials from the environment, refreshes the access token using the refresh token, builds a service = build('calendar', 'v3', credentials=creds), and then calls the appropriate API method.

Use Cases

  • Automate calendar updates for recurring events
  • Integrate calendar data with other tools or services
  • Create custom calendar-based workflows

Reviews

No reviews yet.