-
Notifications
You must be signed in to change notification settings - Fork 15.8k
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
community: Add Google Calendar Toolkit #28402
base: master
Are you sure you want to change the base?
Conversation
- Create event - Update events - Delete event - Move event - Search events - Get calendars info
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Great job!!!! |
Very good job, congrats! |
What do you think about this, @baskaryan @ccurme ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
asking the google folks if the google-auth-httplib2 library is recommended or not because their readme is a bit unclear.
might be good to host this out of the langchain-google-community
package instead (so the experts can review it) - but will take a look when they get back to me!
they got back to me! Would you be able to swap out for the non-EOL auth package in the next few days, or would it make sense to close this and reopen when that's in (or even file an issue with this as a reference implementation)? |
I just saw your message about Thanks for taking the time to check it out! |
amazing thank you! Will convert this to draft, and mark as "ready for review" when you're ready again! |
Description: This PR implements the integration with Google Calendar to LangChain, which allows the functionality to manage in different ways the events in the calendar.
This toolkit allows the following with the following options:
Issue: #10536
Discussion: #17586
PR: #652
Dependencies: None
Twitter handle: @jorge_jrzz
Appendix:
The main inspiration was the Gmail toolkit and the Office365 toolkit (#6306)