Skip to content

Commit aba3c57

Browse files
Merge pull request SharePoint#9287 from robyyo/patch-4
Update use-microsoft-graph-toolkit.md
2 parents 9d21594 + bb54442 commit aba3c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/use-microsoft-graph-toolkit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use Microsoft Graph Toolkit to connect your solution to Microsoft Graph
33
description: Use Microsoft Graph Toolkit to easily connect your SharePoint Framework web parts and extensions to Microsoft Graph.
4-
ms.date: 08/17/2023
4+
ms.date: 10/22/2023
55
ms.localizationpriority: high
66
---
77

@@ -23,7 +23,7 @@ Microsoft Graph Toolkit makes it easy to use Microsoft Graph in your application
2323

2424
When building solutions using SharePoint Framework, you connect to Microsoft Graph using the [MSGraphClient](./use-msgraph.md) exposed by SharePoint Framework. The **MSGraphClient** handles authentication with Microsoft Graph for you, allowing you to focus on building your app. Still, you need to build the necessary API requests, execute them, handle their responses, and show the data in your app.
2525

26-
Microsoft Graph Toolkit simplifies working with Microsoft Graph even further. Not only it handles the authentication, but it also communicates with Microsoft Graph for you and automatically shows the retrieved data in your app, saving you precious time.
26+
Microsoft Graph Toolkit simplifies working with Microsoft Graph even further. Not only does it handle the authentication, but it also communicates with Microsoft Graph for you and automatically shows the retrieved data in your app, saving you precious time.
2727

2828
The following example shows how to use the toolkit's Agenda component in a plain JavaScript SharePoint Framework web part to display the current user's calendar events:
2929

0 commit comments

Comments
 (0)