From 483af377331aa8d5317f75f04f40ad26883d9f9b Mon Sep 17 00:00:00 2001 From: Yide Sun Date: Thu, 31 Dec 2020 14:07:10 +0800 Subject: [PATCH] Fix typo in 05-add-ms-graph.md --- tutorial/05-add-ms-graph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/05-add-ms-graph.md b/tutorial/05-add-ms-graph.md index 2d5afaa..8c73ee1 100644 --- a/tutorial/05-add-ms-graph.md +++ b/tutorial/05-add-ms-graph.md @@ -153,7 +153,7 @@ Consider what this code is doing. 1. Add the following just after the `// List the calendar` comment in the `main` function. ```java - listCalendarEvents(accessToken); + listCalendarEvents(accessToken, user.mailboxSettings.timeZone); ``` 1. Save all of your changes, build the app, then run it. Choose the **List calendar events** option to see a list of the user's events.