Skip to content

Commit bb54442

Browse files
authored
Update use-microsoft-graph-toolkit.md
1 parent 0e3d976 commit bb54442

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)