This tutorial teaches you how to build a .NET Core console app that uses the Microsoft Graph API to retrieve calendar information for a user.
If you prefer to just download the completed tutorial, you can download or clone the GitHub repository.
Before you start this tutorial, you should have the .NET Core SDK installed on your development machine. If you do not have the SDK or Maven, visit the previous link for download options.
You should also have either a personal Microsoft account with a mailbox on Outlook.com, or a Microsoft work or school account. If you don't have a Microsoft account, there are a couple of options to get a free account:
- You can sign up for a new personal Microsoft account.
- You can sign up for the Office 365 Developer Program to get a free Office 365 subscription.
This tutorial was written with .NET Core SDK version 6.0.101 The steps in this guide may work with other versions, but that has not been tested.