Skip to main content

Manage Google Calendar events via Telegram with Gemini AI assistant

Workflow preview

Workflow preview
100%
Manage Google Calendar events via Telegram with Gemini AI assistant preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Who is this for? This workflow is for businesses and individuals who want to automate calendar management via Telegram using n8n. It’s ideal for appointment based services, consultants, and anyone ...

Best for

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

Tools used

@n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.memorybufferwindow, n8n-nodes-base.googlecalendartool, n8n-nodes-base.stickynote, n8n-nodes-base.if, n8n-nodes-base.telegram, n8n-nodes-base.set

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Manage Google Calendar events via Telegram with Gemini AI assistant
Workflow name
Manage Google Calendar events via Telegram with Gemini AI assistant

Who is this for?

This workflow is for businesses and individuals who want to automate calendar management via Telegram using n8n. It’s ideal for appointment-based services, consultants, and anyone who needs to streamline event scheduling, updates, or cancellations through a simple chat interface.

What problem is this workflow solving?

Manually managing calendar events is time-consuming and error-prone, especially when clients communicate through messaging apps like Telegram. This workflow solves the problem by connecting Telegram to Google Calendar, enabling users to manage events directly via chat, reducing administrative overhead and response times.

What this workflow does

This workflow enables Telegram-based interaction with Google Calendar. Users can:

  • Create new events
  • Update existing events
  • Delete events
  • Retrieve a list of scheduled events

Optionally, AI (like ChatGPT or Gemini) can be used to interpret natural language inputs, making the interaction even smoother.

Setup

  1. Add credentials:
    • Telegram: Connect your Telegram API.
    • Google Calendar: Add your Google account credentials to allow calendar access.
    • AI (optional): Add credentials for ChatGPT, Gemini, or another language model if using AI for natural language parsing.
  2. Import the workflow into n8n and review all nodes.
  3. Test the WhatsApp webhook to ensure it’s receiving messages correctly.
  4. Connect to your Google Calendar and test event creation and retrieval.

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 - AI Agent

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

Block 2 - Google Gemini Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 3 - Simple Memory

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.3

Block 4 - Get Calendar Event

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 - Update Calendar Event

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 - Sticky Note2

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

Block 9 - Is start?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 10 - Welcome message

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 11 - Variables TG

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

Block 12 - Initialization

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

Block 13 - Telegram Trigger

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

Block 14 - Define Type

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

Block 15 - Send Answer

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 16 - Sticky Note

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

3. Summary Table

Workflow Manage Google Calendar events via Telegram with Gemini AI assistant
Complexity advanced
Nodes 16
Categories Personal Productivity, AI Chatbot
Author Andrew
Published 10 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5854/5854.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 via Telegram with Gemini AI assistant do?

Who is this for? This workflow is for businesses and individuals who want to automate calendar management via Telegram using n8n. It’s ideal for appointment based services, consultants, and anyone ...

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.