-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Service
- API docs: https://developers.google.com/calendar/api
- Auth: OAuth 2.0 (primary), also supports API keys and service accounts
- Free tier: Yes — free usage quotas under Google Workspace APIs
Suggested Tools
create_event— Create a new calendar event with title, time, attendees, and descriptionupdate_event— Modify an existing event (time, title, attendees, etc.)delete_event— Remove an event from a calendarlist_events— List upcoming events within a date rangeget_free_busy— Check availability / free-busy status for one or more usersfind_meeting_time— Find available time slots across multiple participantsmove_event— Reschedule an event to a new date/time
Suggested Skills
schedule-meeting— Find a free slot across participants, create the event, and confirm detailsreschedule-meeting— Look up an existing event, check availability for a new time, and move itdaily-briefing— Summarize today's upcoming events with times, attendees, and conflicts
Notes
- OAuth 2.0 is the recommended auth method for user-facing calendar access
- Google Calendar API has rate limits but generous free-tier quotas
- Consider supporting multiple calendars per user (primary + shared)
Reactions are currently unavailable