Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Calendar events calendar_events_watch method doesn't match documentation #8451

Open
lollar opened this issue Sep 13, 2021 · 4 comments
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. 🚨 This issue needs some love. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@lollar
Copy link

lollar commented Sep 13, 2021

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
  • Package version: :google_api_calendar, "0.21.5"

Steps to reproduce

  1. token = "your-token-here"
  2. connection = GoogleApi.Calendar.V3.Connection.new(token)
  3. {:ok, events} = GoogleApi.Calendar.V3.Api.Events.calendar_events_list(connection, "primary") # Verify token is working
  4. GoogleApi.Calendar.V3.Api.Events.calendar_events_watch(connection, "primary") # Results in an error, follows hexdocs
  5. GoogleApi.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 Documentation

Making sure to follow these steps will guarantee the quickest resolution possible.

Thanks!

@lollar lollar added priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Sep 13, 2021
@lollar
Copy link
Author

lollar commented Oct 28, 2021

Any updates on this?

@yoshi-automation yoshi-automation added 🚨 This issue needs some love. and removed 🚨 This issue needs some love. labels Jan 26, 2022
@yoshi-automation yoshi-automation added the 🚨 This issue needs some love. label Mar 12, 2022
@jsmestad
Copy link

I am hitting this as well. Any fix?

@lollar
Copy link
Author

lollar commented Jun 22, 2022

@jsmestad not that I've seen, I just wrote an HTTP request without the wrapper.

@jsmestad
Copy link

Same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. 🚨 This issue needs some love. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

3 participants