workflows.fit
Back to n8n workflows
n8n templateFreeBy Calistus Christian

Manage Google Calendar events with GPT-4o virtual assistant (Orchestrator)

What this workflow does ----------------------- Front-door chat orchestrator that delegates calendar requests to a separate Sub-Agent workflow which holds Google Calendar tools (Get, Create, Delete). Keeps the agent p...

AILangchainCore NodesChat TriggerAgentLm Chat Open AiMemory Buffer Window
Loading interactive preview...

Template notes

What this workflow does -----------------------

Front-door chat orchestrator that delegates calendar requests to a separate Sub-Agent workflow which holds Google Calendar tools (Get, Create, Delete). Keeps the agent persona and memory in the Parent for clean separation of concerns.

Pipeline: Chat Trigger → Parent Agent ("Albert") → subagentcal (Execute Workflow Tool) → Child Sub-Agent → Google Calendar

Category: Productivity / Calendar / Agentic\ Time to set up: ~10--15 minutes\ Difficulty: Intermediate\ Cost: Mostly free (n8n CE; OpenAI + Google Calendar usage as configured)

What you'll need ----------------

- n8n with chat trigger enabled.

- OpenAI credentials.

- The companion template: Agentic Google Calendar Assistant --- Sub-Agent (Calendar Tools).