You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spfx/office/overview.md
+2-9Lines changed: 2 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,14 @@
1
1
---
2
2
title: Extend Outlook and Office with the SharePoint Framework
3
3
description: Learn how you can use the SharePoint Framework to create apps for Microsoft 365, including Microsoft Teams, Outlook, and Office clients
4
-
ms.date: 11/07/2023
4
+
ms.date: 11/21/2023
5
5
ms.localizationpriority: high
6
6
---
7
7
# Extend Outlook and Office with the SharePoint Framework
8
8
9
9
The SharePoint Framework (SPFx) v1.16 release added support for the [Microsoft Teams JavaScript client SDK v2](/javascript/api/overview/msteams-client). The Microsoft Teams JavaScript client SDK v2 introduced the ability to enable [Teams apps to run in Outlook at Office, in addition to Microsoft Teams](/microsoftteams/platform/m365-apps/overview).
10
10
11
-
With this improvement in SPFx v1.16, developers can now use the SPFx to create apps for Outlook and Office using the [existing support for creating apps for Microsoft Teams](/sharepoint/dev/spfx/build-for-teams-overview).
12
-
13
-
> [!IMPORTANT]
14
-
> Essential information required for user success
15
-
>
16
-
> To test using Microsoft Teams apps in Outlook and Office, including those created with the SPFx, you must configure your Microsoft 365 tenant's release preferences for *targetted release*. For more information on changing your organizations release preferences, see [Set up the Standard or Targeted release options](/microsoft-365/admin/manage/release-options-in-office-365).
17
-
>
18
-
> It takes 5 business days for your tenant's release preferences to take effect. In other words, change your tenant from the **standard release** track to the **target release** track on the 5th of the month, you won't be able to test your Microsoft Teams apps created with the SPFx in Outlook or Office until the 11th of the month.
11
+
With this improvement in SPFx v1.16 forward, developers can now use the SPFx to create apps for Outlook and Office using the [existing support for creating apps for Microsoft Teams](/sharepoint/dev/spfx/build-for-teams-overview).
19
12
20
13
## Create Microsoft Teams apps for Outlook and Office
Copy file name to clipboardExpand all lines: docs/spfx/sharepoint-framework-overview.md
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Overview of the SharePoint Framework (SPFx)
3
3
description: SPFx is a page and web part model that provides full support for client-side SharePoint development, easy integration with SharePoint data, and extending Microsoft Teams.
4
-
ms.date: 03/01/2023
4
+
ms.date: 11/21/2023
5
5
ms.localizationpriority: high
6
6
---
7
7
@@ -11,7 +11,15 @@ The SharePoint Framework (SPFx) is a page and web part model that provides full
11
11
12
12
The SPFx is the recommended SharePoint customization and extensibility model for developers. Due to tight integration between SharePoint Online, Microsoft Teams, and Microsoft Viva Connections, developers can also use SPFx to customize and extend all of these products. In fact, the SPFx is the only extensibility and customization option for Viva Connections.
13
13
14
-
In addition to SharePoint Online, the SPFx is supported and can be used to customize SharePoint on-premises deployments going back to SharePoint Server 2016.
14
+
Write once and surface exactly the same code across [multiple applications](./office/overview.md). Below picture shows example case with a [reference solution](https://github.com/pnp/spfx-reference-scenarios/tree/main/samples/contoso-retail-demo/) available from GitHub.
15
+
16
+

17
+
18
+
Use SPFx to extend [Microsoft Viva Connections](./viva/overview-viva-connections.md) by building custom Adaptive Card Extensions.
19
+
20
+

21
+
22
+
In addition to Microsoft 365, the SPFx is supported and can be used to customize SharePoint on-premises deployments going back to SharePoint Server 2016.
15
23
16
24
To learn more about where developers can use SPFx, see [Supported extensibility platforms](supported-extensibility-platforms-overview.md).
17
25
@@ -29,6 +37,8 @@ The following are some of the key features included as part of the SPFx:
29
37
- End users can use SPFx client-side solutions that are approved by the tenant administrators (or their delegates) on all sites, including self-service team, group, or personal sites.
30
38
- SPFx web parts can be added to both classic and modern pages.
31
39
- SPFx solutions can be used to extend Microsoft Teams.
40
+
- SPFx can be used to extend Microsoft Viva Connections.
41
+
- SPFx can be use to extend Outlook and Office 365 app (Office)
32
42
33
43
The runtime model improves on the Script Editor web part. It includes a robust client API, an HttpClient object that handles authentication to SharePoint and Microsoft 365, contextual information, easy property definition and configuration, and more.
0 commit comments