0

In order to use events:update as described in https://developers.google.com/calendar/v3/reference/events/update , I need to include a request body (and within it supply an events resource). Would anyone know how to do this using Javascript code?

  • Try and check the solution from this [SO post](https://stackoverflow.com/questions/11607465/need-good-example-google-calendar-api-in-javascript). – Jessica Rodriguez Jan 14 '19 at 14:30

1 Answers1

0

Please try JS code available at https://developers.google.com/calendar/v3/reference/events/update#try-it (Open JavaScript tab).

*You can put request parameters in execute function.

kamran
  • 124
  • 6