Block 1 - to_UTC
- Type / Role
- @n8n/n8n-nodes-langchain.toolCode - toolCode
- Config choices
- Version 1.1
This workflow is provided as-is. Please review and test before using in production.
Why use this? This workflow turns any event related text into a new event on your calendar. Poster for a concert you want to go to? Snap a photo [with your iPhone] and boom city, it's in your calen...
@n8n/n8n-nodes-langchain.toolcode, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.stickynote, n8n-nodes-base.switch, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.respondtowebhook, n8n-nodes-base.if
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Eric.
Original n8n.io sourceThis workflow turns any event-related text into a new event on your calendar.
Poster for a concert you want to go to? Snap a photo [with your iPhone] and boom city, it's in your calendar. †
Parent-Teacher conference you can't forget? Forward that email to the webhook. †
Appointment card from the doctor? Snap it in, baby! †
(Very, very simple)
[
{
"body": {
"cal": "work", <- this is optional for deciding among calendars
"eventInfo": "Join us for Betty-Jean's 98th birthday! (Yes, we celebrate every year now...) It's October 11th at 2:30pm, at Betty-Jean's house. Come after lunch 'cause her kitchen hasn't been used in 20 years. She mellows out pretty early these days so plan for the party to end by 4:00pm."
}
}
]
† Workflow begins with a webhook which can receive correctly-formatted data from anywhere on the web --- mailhook, webform, iOS Shortcut, etc. Direct data to this webhook from your source of text to use this workflow.
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.
| Workflow | Convert event text to calendar entries with AI and NextCloud/Google/Zoho |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | Personal Productivity, AI Chatbot |
| Author | Eric |
| Published | 22 Sept 2025 |
Use the JSON export at /data/workflows/8810/8810.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Why use this? This workflow turns any event related text into a new event on your calendar. Poster for a concert you want to go to? Snap a photo [with your iPhone] and boom city, it's in your calen...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.