Inserting An Event With The Nodejs Google Calendar Api Returns 400: "missing End Time"
I am trying to insert events via the Google Calendar API with a service account. The goal is to have one calendar that all users view: a server-to-server setup. As of now, I can pr
Solution 1:
I think the problem is in the keyword "resources" on line 4 of your second snippet. Based on the documentation, it should be a "resource":
* @param {object} params.resource - Request body data
Post a Comment for "Inserting An Event With The Nodejs Google Calendar Api Returns 400: "missing End Time""