Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

langchain-google-calendar-tools

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

langchain-google-calendar-tools

This repo walks through connecting to the Google Calendar API.

  • 0.0.1
  • Source
  • PyPI
  • Socket score

Maintainers
1

Langchain Google Calendar Tools

This repo walks through connecting to the Google Calendar API.

Installation

pip install langchain-google-calendar-tools

For local development:

pip install -e .

How to use

  • Create a Google Cloud project and enable Google Calendar API.
  • To get Oauth credentials for the Desktop app, please refer https://developers.google.com/calendar/api/guides/overview for detail.
  • Download the credentials file to ./notebooks and rename it to credentials.json. If you want to keep its original file name, please replace the value of client_secrets_file in demo.ipynb with the valid path which points to the credentials file.
  • Run this notebook to perform the listed functions

Limitations

Due to the short development time, some of the following parts have not been completed and will be improved in the future:

  • Timezone: Currently being fixed to Vietnam's timezone, it will be taken from the user's Calendar or the system in the future
  • Update recurring events: has not been implemented yet
  • Functions related to inviting others and responding to invitations have not been implemented

License

langchain-google-calendar-tools is distributed under the terms of the MIT license.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc