Skip to main content

Manage Google Calendar events with GPT‐4 and an AI assistant

Workflow preview

Workflow preview
100%
Manage Google Calendar events with GPT‐4 and an AI assistant preview
Open on n8n.io

1. Workflow Overview

Google Calendar AI Assistant Who is this for? Professionals, teams, and AI builders needing instant calendar management via natural language – no more manual event creation or hunting. Key nodes: E...

Best for

  • Personal Productivity automation workflows
  • AI Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.set, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.googlecalendartool, n8n-nodes-base.executeworkflowtrigger, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Milo Bravo.

Original n8n.io source

1.1 Workflow description

Title
Manage Google Calendar events with GPT‐4 and an AI assistant
Workflow name
Manage Google Calendar events with GPT‐4 and an AI assistant

Google Calendar AI Assistant

Who is this for? Professionals, teams, and AI builders needing instant calendar management via natural language – no more manual event creation or hunting.

Key nodes: Execute Workflow Trigger - OpenAI Agent - Google Calendar (CRUD) - Respond to Webhook Category: AI / Productivity Level: Intermediate Credits: Milo Bravo (BRaiA Labs)


What problem is this workflow solving? Calendar chaos wastes hours weekly:

  • Switching between apps for scheduling
  • Forgetting event details or conflicts
  • Manual CRUD across multiple calendars
  • No conversational interface for busy pros

This sub-workflow turns plain English into instant Google Calendar actions.


What this workflow does

  1. Trigger: Execute Workflow node receives { "query": "your request" }
  2. AI Agent (GPT-4o): Interprets intent → selects create/read/update/delete
  3. Google Calendar tools: Executes operation on your calendar
  4. Response: JSON success/error + event details back to parent

Setup (2 minutes):

  • Google Calendar OAuth2 credentials
  • Replace [email protected] → your Calendar ID
  • OpenAI API key (GPT-4o recommended)
  • Fully configurable – no hardcoded values

How to customize:

  • Swap GPT model (GPT-4o-mini for cost)
  • Add calendar permissions per user
  • Extend: Slack/Teams input → calendar action
  • Scale: Multi-calendar support via param

ROI:

  • 95% faster scheduling (seconds vs minutes)
  • Zero context switching
  • Embeddable in any workflow (CRM, assistants)
  • 10x daily productivity for teams

Need help customizing?: Contact me for consulting and support: LinkedIn / Message


Keywords: Google Calendar AI, AI scheduling assistant, calendar automation, GPT calendar agent, conversational calendar, Google Calendar workflow

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Set Error Response

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 2 - Set Success Response

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Manage Calendar with AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.6

Block 4 - Create Calendar Event with Attendee

Type / Role
n8n-nodes-base.googleCalendarTool - googleCalendarTool
Config choices
Version 1.3

Block 5 - Create Calendar Event

Type / Role
n8n-nodes-base.googleCalendarTool - googleCalendarTool
Config choices
Version 1.3

Block 6 - Get Calendar Events

Type / Role
n8n-nodes-base.googleCalendarTool - googleCalendarTool
Config choices
Version 1.3

Block 7 - Delete Calendar Event

Type / Role
n8n-nodes-base.googleCalendarTool - googleCalendarTool
Config choices
Version 1.3

Block 8 - Update Calendar Event

Type / Role
n8n-nodes-base.googleCalendarTool - googleCalendarTool
Config choices
Version 1.3

Block 9 - Receive Calendar Query

Type / Role
n8n-nodes-base.executeWorkflowTrigger - executeWorkflowTrigger
Config choices
Version 1.1

Block 10 - OpenAI GPT-4.1 Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 11 - Intro Overview

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Section 1 Trigger

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Section 2 AI Agent

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Section 3 Calendar Tools

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Section 4 Response

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Contact & Attribution

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Manage Google Calendar events with GPT‐4 and an AI assistant
Complexity advanced
Nodes 16
Categories Personal Productivity, AI Chatbot
Author Milo Bravo
Published 26 Feb 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13734/13734.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Manage Google Calendar events with GPT‐4 and an AI assistant do?

Google Calendar AI Assistant Who is this for? Professionals, teams, and AI builders needing instant calendar management via natural language – no more manual event creation or hunting. Key nodes: E...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity, AI Chatbot use case.