Issue searching Google Calender Event when searching by Date & Time

I am trying to search for a event in my Google Calendar, but it is throwing an error saying “Bad request - please check your parameters”. I removed the date/time out of the search and it finds multiple events, but I need to get a specific event. The date and time look to be formatted correctly, as far as I can tell. Its in the proper ISO8601 format. I have tried google and the forums, but I can’t figure it out. I am hoping someone can help me edit this so it will work.

Here is picture of my settings.

Let me know if you need anything additional information to help me solve this issue.

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:

@jlhsolutions , it works for me. Still, try to use Date or DateTime object instead of the string representation of the ISO date. For example, {{ DateTime.fromISO($json.eventStartDate) }}.