Tool Google Calendar

This agent is working, but it only deletes when it finds a schedule. It cannot delete when there is more than one.

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @brauliodiasribeiro,
in accordance with Google Calendar API, this operation can only delete one even at a time.
If you would like to delete multiple events, i think just Google Calendar Node is not the way to go here.
You can create a workflow that accepts an array of id’s and deletes them in a loop.
Then you can use the Call n8n Workflow Tool to use that workflow as your agent’s tool and make sure you provide list of id’s in the expected format.
Hope this helps

2 Likes

Thank you very much for the information

1 Like

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