Google Calendar MCP connector
Google Calendar is Google's time-management and scheduling calendar service for organizing meetings, events, and appointments. The Google Calendar MCP connector allows AI agents to create all-day and timed events, check calendar availability, and manage existing events. It also supports listing events within specific time ranges, retrieving event details, and updating or deleting scheduled items.
Authentication type
- OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.
Uses
Use the Google Calendar MCP connector to perform the following actions:
- Schedule meetings and send calendar invitations to coordinate team availability
- Block time for focused work by creating all-day events without interruption
- Check colleague availability before proposing meeting times or scheduling sprints
- Retrieve event details to prepare agendas, attendee lists, and meeting notes
- Reschedule existing events when priorities shift or conflicts arise mid-project
- Remove cancelled events to keep calendars accurate and prevent double-bookings
- Create recurring events for standups, reviews, and regular touchbase meetings
Example prompts
Use the following example prompts to invoke Google Calendar MCP connector tools from your AI assistant or Boomi Connect workflow:
Add a meeting with the product team next Tuesday at 2 PM in Google Calendar.Show me all events scheduled for this week in Google Calendar.Check if Sarah has any open slots tomorrow afternoon in Google Calendar.Create an all-day event for the company offsite on March 15th in Google Calendar.Find the details of my 10 AM call today in Google Calendar.Reschedule the client presentation from Friday to Wednesday in Google Calendar.Delete the cancelled vendor meeting from next Monday in Google Calendar.Block off 3 hours on Thursday morning for focused development work in Google Calendar.What events do I have between 9 AM and noon on Wednesday in Google Calendar?Create a recurring weekly standup every Monday at 9:30 AM in Google Calendar.
Google Calendar MCP connector tools
The Google Calendar MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| googlecalendar_googlecalendarcreatealldayevent_invoke | Creates a new all-day event on a specified calendar date. |
| googlecalendar_googlecalendarcreatetimeevent_invoke | Creates a new event with a specific start and end time. |
| checkAvailability | Checks available time slots on a calendar for scheduling. |
| listEvents | Retrieves a list of events from a calendar within a time range. |
| createEvent | Creates a new event with customizable details and settings. |
| getEvent | Retrieves detailed information about a specific event. |
| updateEvent | Modifies the details of an existing event. |
| deleteEvent | Removes an event from the calendar. |