https://github.com/syncfusionexamples/blazor-scheduler-with-microsoft-graph-using-azure-ad
The application explains how to get events from Office 365 Outlook and display it in Blazor Scheduler using Microsoft Graph API and Azure AD.
https://github.com/syncfusionexamples/blazor-scheduler-with-microsoft-graph-using-azure-ad
Last synced: 10 months ago
JSON representation
The application explains how to get events from Office 365 Outlook and display it in Blazor Scheduler using Microsoft Graph API and Azure AD.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/blazor-scheduler-with-microsoft-graph-using-azure-ad
- Owner: SyncfusionExamples
- Created: 2020-08-19T06:21:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T05:41:59.000Z (over 1 year ago)
- Last Synced: 2025-02-08T20:47:59.145Z (12 months ago)
- Language: HTML
- Size: 223 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blazor Scheduler with Microsoft Graph using Azure AD
The application explains how to get events from Office 365 Outlook and display it in Blazor Scheduler using Microsoft Graph API and Azure AD.
## Prerequisites
* Visual Studio 2022
## How to run the project
* Checkout this project to a location in your disk.
* Open the solution file using the Visual Studio 2022.
* Restore the NuGet packages by rebuilding the solution.
* Change the key configuration in the appsettings.json file.
* Run the project.