Microsoft Graph API exposes a single endpoint that allows you to connect to different information from Microsoft.
This API exposes REST APIs that allow the users to access data on the following:
- Azure Active Directory
- Office 365 services: SharePoint, OneDrive, Outlook/Exchange, Microsoft Teams, OneNote, Planner, and Excel and more
Check the demo of the component to see 3 screens implemented:
- Getting my emails. and sending emails from the Azure AD Outlook.- Getting my calendar and rendering it using FullCalendar2 component from the Azure AD Outlook
- Accessing my folders on OneDrive uploading and downloading files.
Currently, this version only connects with these three APIs ( email, calendar and one drive).
You can check the graph documentation here.
This component depends on getting a token from an authentication with the Azure AD you are using. You can use the Microsoft Login Connector do get that token.