Google Calendar
Google Calendar integration allows you to effortlessly manage your events, schedules, and reminders in one centralized platform. Enhance your productivity by syncing and organizing all your important dates with ease.
Features
- Seamless integration with Google Calendar for real-time event management
- Automatic syncing of events, schedules, and reminders across devices
- Easy to create, edit, and delete events directly from your workflow
- Supports multiple calendars and customizable notification settings
- Secure and reliable connection with Google’s robust cloud infrastructure
Benefits
- Stay organized by managing all your events in one place
- Save time with automatic updates and syncing across devices
- Improve productivity by receiving timely reminders and notifications
- Customize your calendar views and notifications to fit your workflow
- Ensure data security with Google’s trusted and encrypted services
Available tools
10 actions available as tools
Create event
Create an event in a Google Calendar. [See the documentation](https://developers.google.com/calendar/api/v3/reference/events/insert)
Update event
Update an event from Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#update)
Quick add event
Create a quick event to the Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#quickAdd)
Query free busy calendars
Retrieve free/busy calendar details from Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Freebusy.html#query)
List events
Retrieve a list of event from the Google Calendar. [See the documentation](https://developers.google.com/calendar/api/v3/reference/events/list) IMPORTANT: The arguments have specific formats. Please follow the instructions below: - eventTypes: Return JSON in this format: string[]
List calendars
Retrieve a list of calendars from Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Calendarlist.html#list)
Get event
Retrieve event details from Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#get)
Get calendar
Retrieve calendar details of a Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Calendars.html#get)
Delete event
Delete an event from a Google Calendar. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#delete)
Add attendees to event
Add attendees to an existing event. [See the documentation](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#update)