Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Calendar #297

Open
7NT opened this issue May 6, 2022 · 2 comments
Open

Google Calendar #297

7NT opened this issue May 6, 2022 · 2 comments

Comments

@7NT
Copy link

7NT commented May 6, 2022

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.

@matz33
Copy link

matz33 commented May 12, 2022

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
Copy link

matz33 commented May 18, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants