Describe the problem/error/question
I have an AI agent setup where I send it messages (via Slack) and it calls sub-agents. I asked my agent to schedule two events with this message:
Create me an event tomorrow at 10:45 Eastern at REDACTED for cleaning my Macbook keyboard. And give me a half-hour event right before it for getting to the Apple store.
It responded:
I have created the event for cleaning your Macbook keyboard tomorrow at 10:45 AM Eastern Time at REDACTED, lasting 30 minutes. I also scheduled a half-hour event right before it from 10:15 AM to 10:45 AM for getting to the Apple store. If you need any more help or adjustments, just let me know!
But what I actually have on my calendar are two slightly different events at the same time:
When I open the execution, it seems that the “Create calendar event” tool was called twice successfully with the correct parameters:
There’s no other calendar use in the workflow:
How could it be that two identical events are getting created even though the execution log is saying two correct events were created?
What is the error message (if any)?
No error message.
Please share your workflow
Share the output returned by the last node
The model sends a Slack message telling me it has created two events:
I have created the event for cleaning your Macbook keyboard tomorrow at 10:45 AM Eastern Time at REDACTED, lasting 30 minutes. I also scheduled a half-hour event right before it from 10:15 AM to 10:45 AM for getting to the Apple store. If you need any more help or adjustments, just let me know!
Information on your n8n setup
- n8n version: 1.104.1
- Database (default: SQLite): Postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main): unset
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker on Railway
- Operating system: MacOS









