Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 978 Bytes

File metadata and controls

17 lines (10 loc) · 978 Bytes

This tutorial teaches you how to build a Java console app that uses the Microsoft Graph API to retrieve calendar information for a user.

Tip

If you prefer to just download the completed tutorial, you can download or clone the GitHub repository.

Prerequisites

Before you start this tutorial, you should have the Java SE Development Kit (JDK) and Maven installed on your development machine. If you do not have the JDK or Maven, visit the previous links for download options.

Note

This tutorial was written with OpenJDK version 12.0.1 and Maven 3.6.1. The steps in this guide may work with other versions, but that has not been tested.

Feedback

Please provide any feedback on this tutorial in the GitHub repository.