Google Calendar error, when I don't mention the attendee in an event creation

Hello all,

I’m having problems with the Google Calendar Tool, specifically the “create event” node.

Whenever I try to create an event for myself, it puts out an error that says that it needs the attendee’s information.

How can I fix this? I want it to use the attendees field whenever it’s given the attendees info.

Thank you very much in advance.

Information on your n8n setup

  • n8n version: The latest
  • Database (default: SQLite): Default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): Defualt
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: Windows 10

Since you are using this as a tool in your AI Agent, it’s a bit trickier.

Your easiest option might be to create a duplicate of the tool and remove the attendees field from the second one; then instruct the AI when to use which tool (with or without attendees)

Alternatively you could externalize this functionality into a sub-workflow and build a dynamic logic using an HTTP Request Node instead.

1 Like

Great, I’ll give it a try and I’ll update you, what I found out.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.