google-calendar
Installation
SKILL.md
Google Calendar
Access the Google Calendar API with managed OAuth authentication. Create and manage events, list calendars, and check availability.
Quick Start
Show today's events on the primary calendar.
CLI:
# Show today's agenda (defaults to primary calendar when -c is omitted)
maton google-calendar agenda --today
maton api '/google-calendar/calendar/v3/calendars/primary/events?singleEvents=true&orderBy=startTime&timeMin=2026-05-05T00:00:00Z&timeMax=2026-05-06T00:00:00Z'