Microsoft 365 is a product family of productivity software, collaboration and cloud-based services owned byThis notebook walks through connecting LangChain toMicrosoft
. Note:Office 365
was rebranded asMicrosoft 365
.
Office365
email and calendar.
To use this toolkit, you need to set up your credentials explained in the Microsoft Graph authentication and authorization overview. Once you’ve received a CLIENT_ID and CLIENT_SECRET, you can input them as environmental variables below.
You can also use the authentication instructions from here.
CLIENT_ID
and CLIENT_SECRET
environmental variables to authenticate the user so you need to set them here. You will also need to set your OPENAI_API_KEY
to use the agent later.