📅 Integration

Calendar

Fetch and display today's meetings from Google Calendar. Read-only access to prep for what's next.

Saves ~5 min/day

What It Does

Pulls today’s meetings so you can prep for what’s next without opening Calendar. The skill supports specific dates, multi-day views, and structured JSON output when you need to pipe results into another workflow or tool.

Example Prompts

What meetings do I have today?
Show my calendar for next Monday
What’s on my schedule this week?

How It Works

  1. Fetches events from the Google Calendar API using OAuth so access stays scoped to your account.
  2. Groups events by time and surfaces overlapping slots so conflicts are obvious at a glance.
  3. Surfaces Meet, Zoom, and other conference links plus external attendees so you know who’s in the room.
  4. Returns a concise, scannable summary tailored to the date range you asked for.

Prerequisites

  • Python 3.9+ for running the calendar tooling in your environment.
  • Google Calendar API OAuth client configured for your Google Cloud project.
  • One-time browser authentication to grant read-only calendar access.

Try It Now

Clone the repo and start using this skill in under 60 seconds.