An open API service indexing awesome lists of open source software.

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.

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.