Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
Is this a client library issue or a product issue? We will only be able to assist with issues that pertain to the behaviors of this library. If the issue you're experiencing is due to the behavior of the product itself, please visit the Support page to reach the most relevant engineers.
If the support paths suggested above still do not result in a resolution, please provide the following details.
Environment details
Programming language: Elixir
OS: MacOS Big Sur 11.5.2
Language runtime version: elixir 1.12.1-otp-24 & erlang 24.0.2
Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
Is this a client library issue or a product issue? We will only be able to assist with issues that pertain to the behaviors of this library. If the issue you're experiencing is due to the behavior of the product itself, please visit the Support page to reach the most relevant engineers.
If the support paths suggested above still do not result in a resolution, please provide the following details.
Environment details
:google_api_calendar, "0.21.5"
Steps to reproduce
token = "your-token-here"
connection = GoogleApi.Calendar.V3.Connection.new(token)
GoogleApi.Calendar.V3.Api.Events.calendar_events_watch(connection, "primary")
# Results in an error, follows hexdocsGoogleApi.Calendar.V3.Api.Events.calendar_events_watch(connection, "primary", [id: "unique-uuid-for-this", type: "webhook", address: "https://tiempozone.herokuapp.com/webhook/address"])
# Results in an error, follows Google DocumentationMaking sure to follow these steps will guarantee the quickest resolution possible.
Thanks!