Skip to content

Commit f93c84b

Browse files
[Outlook] (calendar) Add-ins not supported in Teams calendar (#5052)
* [Outlook] (calendar) Add-ins not supported in Teams calendar * dates * fix links * Update docs/outlook/outlook-add-ins-overview.md Co-authored-by: Sam Ramon <[email protected]> --------- Co-authored-by: Sam Ramon <[email protected]>
1 parent c96589f commit f93c84b

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add-ins that interact with the user's calendar, meetings, or appointments are available only if the user opens the calendar in Outlook, not Teams.

docs/outlook/outlook-add-ins-overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Outlook add-ins overview
33
description: Outlook add-ins extend or customize the Outlook UI and are developed by Microsoft and partners using our web-based platform.
4-
ms.date: 07/18/2024
4+
ms.date: 02/19/2025
55
ms.topic: overview
66
ms.custom: scenarios:getting-started
77
ms.localizationpriority: high
@@ -25,6 +25,9 @@ Outlook add-ins are different from COM or VSTO add-ins, which are older integrat
2525
2626
The Outlook items that support add-ins include email messages, meeting requests, responses and cancellations, and appointments. Each Outlook add-in defines the context in which it is available, including the types of items and if the user is reading or composing an item.
2727

28+
> [!NOTE]
29+
> [!INCLUDE [Calendar add-ins not available in Teams](../includes/calendar-availability.md)]
30+
2831
[!INCLUDE [publish policies note](../includes/note-publish-policies.md)]
2932

3033
## Extension points

docs/outlook/outlook-addin-design.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Outlook add-in design
33
description: Guidelines to help you design and build a compelling add-in, which brings the best of your app right into Outlook on the web, on Windows, on Mac, on Android, and on iOS.
4-
ms.date: 08/12/2021
4+
ms.date: 02/19/2025
55
ms.topic: best-practice
66
ms.localizationpriority: high
77
---
@@ -20,6 +20,9 @@ The best designed add-ins are simple to use, focused, and provide real value to
2020

2121
Your add-in will be an extension of our experience and it's important to make sure the scenarios you enable feel like a natural fit inside Outlook. Think carefully about which of your common use cases will benefit the most from having hooks to them from within our email and calendaring experiences.
2222

23+
> [!NOTE]
24+
> [!INCLUDE [Calendar add-ins not available in Teams](../includes/calendar-availability.md)]
25+
2326
An add-in shouldn't attempt to do everything your app does. The focus should be on the most frequently used, and appropriate, actions in the context of Outlook content. Think about your call to action and make it clear what the user should do when your task pane opens.
2427

2528
### Make it feel as native as possible

docs/overview/office-add-ins.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Office Add-ins platform overview
33
description: Use familiar web technologies such as HTML, CSS, and JavaScript to extend and interact with Word, Excel, PowerPoint, OneNote, Project, and Outlook.
4-
ms.date: 07/25/2024
4+
ms.date: 02/19/2025
55
ms.topic: overview
66
ms.custom: scenarios:getting-started
77
ms.localizationpriority: high
@@ -97,6 +97,9 @@ Users can run Outlook add-ins when they view, reply, or create emails, meeting r
9797
- Display contextually next to an Outlook item when you're viewing or composing it.
9898
- Perform a task when a specific event occurs, such as when a user creates a new message.
9999

100+
> [!NOTE]
101+
> [!INCLUDE [Calendar add-ins not available in Teams](../includes/calendar-availability.md)]
102+
100103
For an overview of Outlook add-ins, see [Outlook add-ins overview](../outlook/outlook-add-ins-overview.md).
101104

102105
### Create new objects in Office documents

0 commit comments

Comments
 (0)