Google Calendar "Caching"?

Describe the problem/error/question

I have the Google Calendar node in place, and every thing seems to be working ok. Accept when I add or edit a (new) event the new information is not always picked up bij n8n. Example: I changed the name of an event (summary) and executed the workflow again. The old name/value is still there after execution. Also when I delete an event, it is still there after execution. Is there an option to clear the old data?

What is the error message (if any)?

Please share your workflow

Information on your n8n setup

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

Hello @Shrine,
Have you tried to turn “Return all” on?

Idk if it suitable to retrieve all info that you don’t get atm

Thank you for your suggestion. I just tried it, unfortunately it didn’t make a difference.

That’s fine, another thing I was thinking is to have a sub-workflow with Google Calendar triggers that makes an update of the events.

Thanks. I going to figure out how to get that done.

I added this sub-flow:

But I still get the old values.