You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
That's interesting. Yes, this should still be valid. The API legitimately has not changed in a long time. The official API definition (https://calendar-json.googleapis.com/$discovery/rest?version=v3) lists the same arguments that the library has. I do not know why the documentation lists a different set.
Have you actually tried the method in the library? Does it not work?
Hi @gamesover
Thanks for reporting this and thank you for your patience. I'm checking internally on what could be the reason behind this. I'll get back as soon as I have some response.
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.
google-api-ruby-client/google-api-client/generated/google/apis/calendar_v3/service.rb
Line 1762 in 1b34093
defined the method
def watch_event(calendar_id, channel_object = nil, always_include_email: nil
, which takes a so long argumentsHowever, in official docu https://developers.google.com/calendar/v3/reference/events/watch, it only takes 6 arguments
I noticed in git history, this method has not been updated for 6 years. Is it still valid?
The text was updated successfully, but these errors were encountered: