Google calendar
What is Google Calendar?
Google Calendar is a scheduling tool for managing personal and shared calendars, meetings, reminders, and event invitations across devices.
By integrating Google Calendar with Konnectify, you can automatically create and maintain events across calendars, react to meeting changes, and drive downstream workflows (notifications, tasks, record updates) from calendar activity—without manual coordination.
- Create secondary calendars for teams, projects, or clients
- Update calendar properties (summary, description, location)
- Find calendar metadata by Calendar ID
- Create detailed events with attendees, location, and description
- React to new/updated events and starting/ending meetings
- Quick-add events from natural language text
API & Authentication
Konnectify connects to Google Calendar using OAuth 2.0. During setup, you’ll be redirected to Google to approve access, and Google returns an authorization code that Konnectify exchanges for access tokens. This lets Konnectify act on your behalf without requiring you to share your Google password.
- Read and write access to calendars and events (scope:
https://www.googleapis.com/auth/calendar) - Create, update, find, and delete calendars
- Create, update, find, quick-add, and delete events
- Poll for new/updated events and events that are starting/ending
429/403 responses
when limits are exceeded. Konnectify will retry transient failures when possible, but high-frequency polling and large calendars can increase
API consumption. If you notice delays, reduce workflow frequency and narrow calendar/event filters where available.
How to connect Google Calendar to Konnectify
- A Google account with access to the target calendar(s)
- Permission to approve OAuth consent for Google Calendar
- Konnectify workspace access to create or edit workflows
- (If required by your org) A Google Cloud OAuth Client ID and Client Secret
Add Google Calendar to a Workflow
- Create a new workflow (or open an existing one) in Konnectify.
- Select Google Calendar as your trigger app or action app.
Authorize via OAuth 2.0
- Click Connect (or Add new connection).
- Sign in to Google and approve the requested Calendar permissions.
- Return to Konnectify to complete the connection.
Configure the Trigger or Action
- Select the Calendar (or enter the Calendar ID) where the event/calendar should be read or written.
- Provide the required fields (for example: event summary, start/end time, attendees).
Test the Workflow
- Run a test to fetch a sample event (for triggers) or create/update a sample record (for actions).
- Confirm the output fields match what your next steps expect (IDs, timestamps, attendees, etc.).
Activate the Workflow
- Turn the workflow on.
- Monitor initial runs to ensure polling triggers and event updates behave as expected.
Triggers 4
This integration includes 4 polling triggers. Konnectify checks Google Calendar every few minutes and starts your workflow when new or changed events match the trigger conditions.
Actions 9
Use actions to create and manage calendars and events directly from your workflows—ideal for syncing schedules, coordinating meetings, and keeping records up to date.
Popular automations
Examples of common Google Calendar workflows you can build with Konnectify using the available triggers and actions.
Keep a “Team Meetings” calendar automatically updated
When an event is updated (time, attendees, or details), update the corresponding event on another calendar to keep everyone aligned.
Create a follow-up meeting when a meeting ends
Automatically schedule a follow-up (e.g., “Next steps”) when a meeting has ended—great for customer calls or recurring project reviews.
Enrich a new event with details (sync-by-ID pattern)
When a new event is created, look it up by ID (to retrieve the latest fields) and then update it with standardized content like a location, description template, or attendee adjustments.
Quick-add a calendar event when an event is about to start
When an event is starting soon, automatically create a related reminder event using natural language (e.g., “Prep for QBR tomorrow 9am”).
FAQ
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article