DjMuffinTops/Google-Calendar-API-to-Discord-Webhook

It says there is an error in the code

Opened this issue · 3 comments

GoogleJsonResponseException: API call to calendar.events.list failed with error: Not Found
postEventsToChannel @ Code.gs:24

I created the trigger and api. Wondering why this code is wrong. It works if it's switched in the drop down menu up top. Is it supposed to be discord or postEvents on that drop down?

GoogleJsonResponseException: API call to calendar.events.list failed with error: Not Found postEventsToChannel @ Code.gs:24

I created the trigger and api. Wondering why this code is wrong. It works if it's switched in the drop down menu up top. Is it supposed to be discord or postEvents on that drop down?

Did you end up getting this working?

Same Issue here.

"GoogleJsonResponseException: API call to calendar.events.list failed with error: Not Found
at postEventsToChannel(Kód:24:34)"

Solved it by not using Calendar URL, but with calendar ID.
image