Block 1 - When Executed by Another Workflow
- Type / Role
- n8n-nodes-base.executeWorkflowTrigger - executeWorkflowTrigger
- Config choices
- Version 1.1
This workflow is provided as-is. Please review and test before using in production.
What this workflow does Provides the tools layer for the Parent agent to manage Google Calendar: Get (list events), Create , and Delete . Accepts + from the Parent and uses an LLM with short term m...
n8n-nodes-base.executeworkflowtrigger, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.memorybufferwindow, n8n-nodes-base.googlecalendartool, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Calistus Christian.
Original n8n.io sourceProvides the tools layer for the Parent agent to manage Google Calendar: Get (list events), Create, and Delete. Accepts text + sessionid from the Parent and uses an LLM with short-term memory to choose and run the correct tool.
Pipeline: Execute Workflow Trigger → Sub-Agent → (Get / Create / Delete) → Google Calendar
Category: Productivity / Calendar / Agentic
Time to set up: ~10 minutes
Difficulty: Intermediate
Cost: Mostly free (n8n CE; OpenAI + Google Calendar usage as configured)
OpenAI credentials.
Google Calendar OAuth2 credentials.
A calendar ID (use a placeholder like [email protected] in the node and select your actual calendar at runtime).
Import this Sub-Agent workflow.
Open the Google Calendar tool nodes (Get, Create, Delete) and select your OAuth2 credential and calendar.
Ensure the Execute Workflow Trigger exposes two inputs: text and sessionid.
Connect the Parent's toolWorkflow node to this workflow.
From the Parent, send: "Schedule 'Team Sync' tomorrow 10:00--11:00" → Sub-Agent should call Create.
"List events next week" → Get with timeMin/timeMax.
"Delete event 'Team Sync'" → Delete with eventId once matched.
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 | Manage Google Calendar events with OpenAI Assistant (Get, create, delete) |
|---|---|
| Complexity | intermediate |
| Nodes | 9 |
| Categories | AI Chatbot, Multimodal AI |
| Author | Calistus Christian |
| Published | 24 Aug 2025 |
Use the JSON export at /data/workflows/7787/7787.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.
What this workflow does Provides the tools layer for the Parent agent to manage Google Calendar: Get (list events), Create , and Delete . Accepts + from the Parent and uses an LLM with short term m...
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 AI Chatbot, Multimodal AI use case.