Google Calendar Tool node

Problem

Cannot Set up Calendar Tool Node to create an event.

What is the error message (if any)?

Bad request - please check your parameters

I’ve set up the AI key as:
1… For the event description:

$fromAI("event_description", "Detailed description of the calendar event", "string")
  1. For the start time:
    $fromAI(“start_time”, “Start time of the event in ISO format (YYYY-MM-DDTHH:mm:ss)”, “string”)

  2. For the end time:

$fromAI(“end_time”, “End time of the event in format DD.MM.YYYY HH:mm”, “string”)

Information on your n8n setup

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

P.S. I don’t have problems to GET calendar entries from my Calendar, but have problems to create an event.

Hi @MaratsM23

Can you expand on the error message there to see the full error stack? (Other Info)
Also, can you try to update your Agent Node (you’re using version 1.6 - the latest version is 1.7) You can simply add a new AI Agent node from the panel.

1 Like

@ria I updated the node to the latest version, but I still have the same errors. It mentions problems with the Google API, but I didn’t change anything related to that. I have a node that works properly with those credentials.