Calendar Application - Accessing the Microsoft Graph API
In my previous post, I described setting up an Angular application for authentication to a Microsoft Account using Microsoft's MSAL library. In this post, I will describe connecting to a Microsoft Graph API utilizing the sign in from the MSAL library. Angular has a helper class that can be utilized to make API calls to external services.