node-red-web-nodes icon indicating copy to clipboard operation
node-red-web-nodes copied to clipboard

Google Calendar

Open 7NT opened this issue 3 years ago • 2 comments
trafficstars

Need help to get started:

I enabled Calendar API, and successfully inserted an event in Calendar which showed up on my Google calendar.

But when I triggered the Calendar node after I inserted my test event, I got an error message that "Error: no event found",

Also, the calendar In never showed the new event message.

Did I configure wrong somewhere (Calendar out if working), I am using the default primary calendar.

7NT avatar May 06 '22 19:05 7NT

Hi, I have the same issue as described : "Calendar out" creates the event. "Calendar" says "Error: no event found". Using 0.2.2 version.

matz33 avatar May 12 '22 22:05 matz33

I found why and put here if it can help, also maybe @7NT : I use an "Inject" node to force the Calendar node to return the next event. But by default, this node inject Timestamp in msg.payload. And the Calendar node use msg.payload to filter the next event to show. So with Timestamp in it, it can not find any event :) Juste delete this msg.payload from inject node, and it worked.

matz33 avatar May 18 '22 22:05 matz33