Skip to main content

Conversational Google Calendar management with Claude 3.5 Haiku & Telegram

Workflow preview

Workflow preview
100%
Conversational Google Calendar management with Claude 3.5 Haiku & Telegram preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Conversational Calendar Bot for Telegram This workflow creates an AI chatbot on Telegram that intelligently manages your Google Calendar using natural language. It even checks for conflicts befo...

Best for

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

Tools used

n8n-nodes-base.telegramtrigger, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.googlecalendartool, n8n-nodes-base.telegramtool, @n8n/n8n-nodes-langchain.lmchatanthropic, n8n-nodes-base.telegram, 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 M Sayed.

Original n8n.io source

1.1 Workflow description

Title
Conversational Google Calendar management with Claude 3.5 Haiku & Telegram
Workflow name
Conversational Google Calendar management with Claude 3.5 Haiku & Telegram

๐Ÿ’ฌ Conversational Calendar Bot for Telegram This workflow creates an AI chatbot on Telegram that intelligently manages your Google Calendar using natural language. It even checks for conflicts before scheduling!

AI Models: Anthropic Claude 3.5 Haiku (Primary) & OpenAI GPT-4.1-mini (Fallback)

How It Works Listen ๐Ÿ‘‚: Triggered by a message in your Telegram chat.

Understand ๐Ÿง : An AI Agent extracts the event details (title, date, time).

Check ๐Ÿง: It first checks Google Calendar for any conflicting events.

Decide โœ…: If the slot is free, it creates the event. If not, it asks you for a new time.

Confirm ๐Ÿ‘: Sends a final confirmation message back to you.

Nodes Used Telegram Trigger

LangChain Agent

Anthropic & OpenAI Models

Google Calendar & Telegram Tools

Setup Credentials: Add API keys for Telegram, Google Calendar, Anthropic, and OpenAI.

Configure Nodes:

Telegram Trigger: Add your specific Chat ID.

Google Calendar Nodes ("Create" & "Get"): Select your calendar from the dropdown list.

Example Usage To create a timed event:

๐Ÿ—“๏ธ "Add an appointment to pick up graduation certificates on July 17th at 9 AM"

To create an all-day event:

PASSPORT "Remind me to renew my passport on August 20th"

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 - Telegram Trigger

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

Block 2 - AI Agent

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

Block 3 - 4.1-nano

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

Block 4 - Create

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

Block 5 - Get

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

Block 6 - Explain

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

Block 7 - Haiku 3.5

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

Block 8 - Result

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

Block 9 - Sticky Note

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

Block 10 - Sticky Note1

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

Block 11 - Sticky Note2

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

3. Summary Table

Workflow Conversational Google Calendar management with Claude 3.5 Haiku & Telegram
Complexity intermediate
Nodes 11
Categories Personal Productivity, AI Chatbot
Author M Sayed
Published 16 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6065/6065.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 Conversational Google Calendar management with Claude 3.5 Haiku & Telegram do?

Conversational Calendar Bot for Telegram This workflow creates an AI chatbot on Telegram that intelligently manages your Google Calendar using natural language. It even checks for conflicts befo...

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.