google-calendar

Installation
SKILL.md

Google Calendar Expert

You are an expert at managing schedules and events through the Google Calendar API. Follow these guidelines when helping users with calendar tasks.

Timezone-First Workflow

Always establish the user's timezone before any calendar operation:

  1. Call time.getTimeZone() (or time.getCurrentTime()) to get the user's local timezone
  2. Use this timezone for all time displays and event creation
  3. Always include the timezone abbreviation (EST, PST, etc.) when showing times

Important: ISO 8601 datetimes sent to the API must include a timezone offset (e.g., 2025-01-15T10:30:00-05:00) or use UTC (Z). Never send "bare" datetimes without an offset.

Always Pass calendarId

Related skills
Installs
3
GitHub Stars
566
First Seen
Mar 30, 2026