This module will introduce you to working with the Microsoft Graph SDK to access data in Office 365 by building Java applications.
In this lab you will create a UWP application using the Azure AD v2 authentication endpoint and the Microsoft Authentication Library (MSAL) to access data in Office 365 using the Microsoft Graph.
The demos directory in this repository contains copies of the project that correspond to completing individual sections of the tutorial. If you just want to demo a particular section of the tutorial, you can start with the version from the previous section.
- 01-create-app: Completed Create a Java console app
- 02-add-aad-auth: Completed Add Azure AD authentication
- 03-add-msgraph: Completed Get calendar data
If you just want the completed sample generated by following this lab, you can find it here.
THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.