Automate Google Calendar Management with Voice Commands via Telegram and GPT-4 - n8n Workflow | Neura Market
Automate Google Calendar Management with Voice Commands via Telegram and GPT-4
This n8n workflow turns your Telegram bot into a personal AI calendar assistant, enabling voice and text command management of Google Calendar using GPT-4 and LangChain.
The workflow integrates Telegram, OpenAI's Whisper, and GPT-4 to process voice and text commands in Romanian. It allows users to create, update, fetch, or delete Google Calendar events through natural language input. The workflow listens for Telegram messages, determines if they are voice or text, transcribes voice messages using OpenAI Whisper, and processes the commands with GPT-4 to perform the necessary calendar actions. Finally, it sends a response back to the user via Telegram.
Platform
n8n
Category
Productivity
Price
Free
Creator
Leo Novak
if
set
telegram
stickyNote
agent
telegramTrigger
openAi
googleCalendarTool
lmChatOpenAi
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.