Google Calendar
Create, update, and delete Google Calendar events, list calendars and events, respond to invitations, and find times when everyone is free.
- Version:
- hosted
Install
Generated from the server’s transport data — never hand-written. Placeholders in angle brackets are yours to fill.
Run it with its own identity, a budget you set, and every call audited — no local config to keep in sync.
Add to a connect0 projectYou will sign in first, then land back on this page.
What it can do
As declared by the publisher
Tools · 9
Arcade_ListAppsSee the apps the current caller can act on and whether they are connected. Returns each app's id, name, connected state, and (when connected) the account it is connected as. Call this to answer "what apps do I have?" or when the caller's connection state may have changed since the session started.
GoogleCalendar_CreateEventCreate a new event/meeting/sync/meetup in the specified calendar. Pass `recurrence` to create a repeating event.
GoogleCalendar_DeleteEventDelete an event from Google Calendar.
GoogleCalendar_FindTimeSlotsWhenEveryoneIsFreeProvides time slots when everyone is free within a given date range and time boundaries.
GoogleCalendar_ListCalendarsList all calendars accessible by the user.
GoogleCalendar_ListEventsList events from the specified calendar within the given datetime range. min\_end\_datetime serves as the lower bound (exclusive) for an event's end time. max\_start\_datetime serves as the upper bound (exclusive) for an event's start time. For example: If min\_end\_datetime is set to 2024-09-15T09:00:00 and max\_start\_datetime is set to 2024-09-16T17:00:00, the function will return events that: 1. End after 09:00 on September 15, 2024 (exclusive) 2. Start before 17:00 on September 16, 2024 (exclusive) This means an event starting at 08:00 on September 15 and ending at 10:00 on September 15 would be included, but an event starting at 17:00 on September 16 would not be included.
GoogleCalendar_RespondToEventAccept or decline (RSVP to) a meeting invitation on the authenticated user's behalf. Sets the user's responseStatus for an event they were invited to.
GoogleCalendar_UpdateEventUpdate an existing event in the specified calendar with the provided details. Only the provided fields will be updated; others will remain unchanged. `updated_start_datetime` and `updated_end_datetime` are independent and can be provided separately.
GoogleCalendar_WhoAmIGet comprehensive user profile and Google Calendar environment information. This tool provides detailed information about the authenticated user including their name, email, profile picture, Google Calendar access permissions, and other important profile details from Google services.