Google Calendar Toolkit contribution #591
Unanswered
jorge-jrzz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there!
I want to make a PR to this repository to add the Toolkit for interaction with Google Calendar, my main inspiration from the source code is the Gmail Toolkit, but I have some doubts about how to meet the requirements of the PR template and the different guides, I hope you can help me to make the PR push as soon as possible.
According to the README, as it's a functionality that makes API calls you have to do the integration tests, but there are no integration tests for the Gmail Toolkit with which I can guide me, because unlike other GPC tools, in these services, you don't have access with a simple API key.
Another question about this PR that I have doubts about is related to the development experience, the idea is that the Calendar Toolkit can be installed in a similar way as the Gmail Toolkit is installed:
To achieve this, the following would need to be added to
langchain-google/libs/community/pyproject.toml
:Can I propose this in the PR? Why does the README mention that to add a dependency I have to do it with the
extended_testing_deps.txt
fileBut there isn't
extended_testing_deps.txt
file.My last question is about the notebooks for new integrations that are mentioned in the
PR template:
But again this route does not exist.
Thanks devs, and I hope you can help me to make this contribution 🤩
Beta Was this translation helpful? Give feedback.
All reactions