Skip to main content

Manage calendar with voice & text using GPT-4, Telegram & Google Calendar

Workflow preview

Workflow preview
100%
Manage calendar with voice & text using GPT-4, Telegram & Google Calendar preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Manage Calendar with Voice & Text Commands using GPT 4, Telegram & Google Calendar This n8n workflow transforms your Telegram bot into a personal AI calendar assistant , capable of understanding bo...

Best for

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

Tools used

n8n-nodes-base.googlecalendartool, n8n-nodes-base.telegramtrigger, n8n-nodes-base.if, n8n-nodes-base.telegram, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Manage calendar with voice & text using GPT-4, Telegram & Google Calendar
Workflow name
Manage calendar with voice & text using GPT-4, Telegram & Google Calendar

Manage Calendar with Voice & Text Commands using GPT-4, Telegram & Google Calendar

This n8n workflow transforms your Telegram bot into a personal AI calendar assistant, capable of understanding both voice and text commands in Romanian, and managing your Google Calendar using the GPT-4 model via LangChain.

Whether you want to create, update, fetch, or delete events, you can simply speak or write your request to your Telegram bot β€” and the assistant takes care of the rest.

πŸš€ Features

  • Voice command support using Telegram voice messages (.ogg)
  • Transcription using OpenAI Whisper
  • Natural language understanding with GPT-4 via LangChain
  • Google Calendar integration:
    • βœ… Create Events
    • πŸ” Update Events
    • ❌ Delete Events
    • πŸ“… Fetch Events
  • Responses sent back via Telegram

πŸ› οΈ Step-by-Step Setup Instructions

1. Create a Telegram Bot

  • Go to @BotFather on Telegram.
  • Send /newbot and follow the instructions.
  • Save the Bot Token.

2. Configure Telegram Trigger Node

  • Paste the Telegram token into the Telegram Trigger and Telegram nodes.
  • Set updates to ["message"].

3. Set up OpenAI Credentials

  • Get an OpenAI API key from https://platform.openai.com
  • Create a credential in n8n for OpenAI.
  • This is used for both transcription and AI reasoning.

4. Set up Google Calendar

  • In Google Cloud Console:
    • Enable Google Calendar API
    • Set up OAuth2 credentials
    • Add your n8n redirect URI (usually https://yourdomain/rest/oauth2-credential/callback)
  • Create a credential in n8n using Google Calendar OAuth2
  • Grant access to your calendar (e.g., "Family" calendar).

βš™οΈ Customization Options

πŸ—£οΈ Change Language or Locale

  • The transcription node uses "en" for English. Change to another locale if needed.

✏️ Edit Prompt

  • You can modify the prompt in the AI Agent node to include your name, work schedule, or specific behavior expectations.

πŸ“† Change Calendar Logic

  • Adjust time ranges or filters in the Get Events node
  • Add custom logic before Create Event (e.g., validation, conflict checks)

πŸ“š Helpful Tips

  • Make sure n8n has HTTPS enabled to receive Telegram updates.
  • You can test the flow first using only text, then voice.
  • Use AI memory or vector stores (like Supabase) if you want context-aware planning in the future.

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 - Create Event

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

Block 2 - Get events

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

Block 3 - Update Calendar

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

Block 4 - Detele Event

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

Block 5 - Receive User Input (Telegram)

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

Block 6 - Is Voice Message?

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

Block 7 - Download Voice File

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

Block 8 - Transcribe Voice to Text

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

Block 9 - Extract Text Message

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

Block 10 - AI Calendar Assistant (LangChain)

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

Block 11 - GPT-4 Language Model

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

Block 12 - Send Response to Telegram

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

Block 13 - Sticky Note3

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

Block 14 - Sticky Note

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

Block 15 - Sticky Note1

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

Block 16 - Sticky Note2

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

Block 17 - Sticky Note4

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

Block 18 - Sticky Note5

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

Block 19 - Sticky Note6

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

3. Summary Table

Workflow Manage calendar with voice & text using GPT-4, Telegram & Google Calendar
Complexity advanced
Nodes 19
Categories Personal Productivity, AI Chatbot
Author Marian Tcaciuc
Published 16 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4102/4102.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 calendar with voice & text using GPT-4, Telegram & Google Calendar do?

Manage Calendar with Voice & Text Commands using GPT 4, Telegram & Google Calendar This n8n workflow transforms your Telegram bot into a personal AI calendar assistant , capable of understanding bo...

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.