Google Calendar
Productivity

Google Calendar Connector

Connect to Google Calendar to manage events and calendars.

$pip install "toolsconnector[gcalendar]"
20
Actions
Productivity
Category
Free
Apache 2.0

All 20 Actions

Action Description Parameters Returns
add_calendar_acl ⚠Add an access-control rule to a calendarcalendar_id, email  [role]CalendarACL
clear_calendar ⚠Clear all events from a calendarcalendar_idNoneType
create_calendar ⚠Create a new calendarsummary  [description, time_zone]Calendar
create_event ⚠Create a calendar eventsummary, start, end  [calendar_id, description, location, time_zone, attendees, send_updates]CalendarEvent
delete_calendar ⚠Delete a calendarcalendar_idNoneType
delete_event ⚠Delete a calendar eventevent_id  [calendar_id, send_updates]NoneType
get_colorsGet available calendar and event colorsCalendarColors
get_eventGet a single event by IDevent_id  [calendar_id]CalendarEvent
get_free_busyQuery free/busy information for calendarstime_min, time_max, calendar_idslist
list_calendar_aclList access-control rules for a calendarcalendar_idlist
list_calendarsList calendars[page_token, max_results]PaginatedList[Calendar]
list_event_instancesList instances of a recurring eventcalendar_id, event_idlist
list_eventsList calendar events[calendar_id, time_min, time_max, query, max_results, single_events, order_by, page_token]PaginatedList[CalendarEvent]
move_eventMove an event to a different calendarcalendar_id, event_id, destination_calendar_idCalendarEvent
quick_add_event ⚠Quick-add an event using natural languagetext  [calendar_id]CalendarEvent
remove_calendar_acl ⚠Remove an access-control rule from a calendarcalendar_id, rule_idNoneType
subscribe_calendar ⚠Subscribe to an external calendarcalendar_idCalendar
unsubscribe_calendar ⚠Unsubscribe from a calendarcalendar_idNoneType
update_calendar ⚠Update a calendarcalendar_id  [summary, description, time_zone]Calendar
update_event ⚠Update a calendar eventevent_id  [calendar_id, summary, start, end, description, location, time_zone, attendees, send_updates]CalendarEvent
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing