-
-
Notifications
You must be signed in to change notification settings - Fork 379
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
Update the Google Calendar integration #847
Comments
@zulipbot add "good first issue" "help wanted" "bug" |
@zulipbot claim |
Welcome to Zulip, @vats004! We just sent you an invite to collaborate on this repository at https://github.com/zulip/python-zulip-api/invitations. Please accept this invite in order to claim this issue and begin a fun, rewarding experience contributing to Zulip! Here's some tips to get you off to a good start:
As you work on this issue, you'll also want to refer to the Zulip code contribution guide, as well as the rest of the developer documentation on that site. See you on the other side (that is, the pull request side)! |
Hi @Niloth-p |
@octocamocoder47 Can I still contribute to this issue? |
@theofficialvedantjoshi - Yes, the issue is still open. |
@zulipbot claim |
@theofficialvedantjoshi This issue cannot be claimed, as someone else is already working on it. Please see our contributor guide for advice on finding an issue to work on. Thanks! |
The
oauth2client
library used in thegoogle-calendar
integration scripts has become deprecated. So, the script needs to be updated, to replaceoauth2client
with other libraries that Google is now using.Refer to the quickstart example in the Google docs for what to use in the place of
oauth2client
.Make sure that you update
requirements.txt
.Set Up:
Refer to this integration doc for instructions to set up the integration. It's currently in the process of being updated as part of this PR, so until then you could refer to a screenshot of the updated version in that PR description.
Bonus tasks:
It would be nice to clean up the scripts as part of this.
And add a conventional example screenshot to the integration doc.
References:
For more on integrations, refer to these docs - Integrations Overview, and Non-webhook integrations.
The text was updated successfully, but these errors were encountered: