Access a user's calendar events in an ASP.NET Core app with Microsoft Graph

Intermediate
Developer
Microsoft 365
Microsoft Graph
.NET

Microsoft Graph provides access to data stored across Microsoft 365 services. In this module, you'll learn how to access Microsoft 365 data to show a user's default calendar in an ASP.NET Core application by using Microsoft Graph APIs and SDKs. To make sure that the web app only shows what's immediately relevant to the user, you'll access and display instances of events for a given period.

Learning objectives

At the end of this module, you'll be able to:

  • Learn how to retrieve a list of calendar events from a user's calendar for a given period by using Microsoft Graph and ASP.NET Core.
  • Display retrieved calendar events in an application.

Prerequisites