googleworkspace / go-samples

Go samples for Google Workspace APIs
Apache License 2.0
215 stars 100 forks source link

Add Calendar Snippets #81

Open saket3199 opened 2 years ago

saket3199 commented 2 years ago

Currently the documentation doesn't have code samples for calendar API for delete, get, patch, update the events in go.

  1. https://developers.google.com/calendar/api/v3/reference/events/delete?hl=en
  2. https://developers.google.com/calendar/api/v3/reference/events/get?hl=en
  3. https://developers.google.com/calendar/api/v3/reference/events/patch?hl=en
  4. https://developers.google.com/calendar/api/v3/reference/events/update?hl=en

I would like to contribute for the following sections and improve the documentation. Thank you.