Get events from google calendar

Hello, I have installed node-red-contrib-google as instructed:
-Created project
-got email address
-Created JSON data
-Shared Calendar with project email address
-added JSON data to the google nodered node
-set google node to api: "Calendar:v3" and operation: "events.list"

but the google node show a "invalid property: -google"

Any idea what could be wrong?

Of course this thread is older but I want to answer this because I had the same issue and was reading this thread today...so it will hopefully help sb in the future
When passing

"order by" :"startTime" e.g.
you must pass
"singleEvents": "true"

as well
Otherwise this API won't" know" what to sort when recurring events are in your list

3 Likes