Update manifest and packages for Outlook-event-sso-naa sample#1138
Open
davidchesnut wants to merge 2 commits intomainfrom
Open
Update manifest and packages for Outlook-event-sso-naa sample#1138davidchesnut wants to merge 2 commits intomainfrom
davidchesnut wants to merge 2 commits intomainfrom
Conversation
Member
davidchesnut
commented
Feb 4, 2026
- Switches sample to unified manifest.
- updates package versions.
Rick-Kirkham
requested changes
Feb 4, 2026
Comment on lines
+24
to
+25
| "outline": "assets/icon-64.png", | ||
| "color": "assets/icon-128.png" |
Contributor
There was a problem hiding this comment.
"outline" has to be a 32x32 image and "color" has to be a 192x192 image. You can copy the "color.png" and "outline.png" from any Teams app project or add-in project created with ATK. Copy them into the /assets folder of this project and then update these two filenames.
| { | ||
| "id": "onNewMessageComposeHandler", | ||
| "type": "executeFunction", | ||
| "displayName": "onNewMessageComposeHandler", |
Contributor
There was a problem hiding this comment.
remove this line. "displayName" is only used for add-ins that have custom keyboard shortcuts, which aren't supported in Outlook.
Suggested change
| "displayName": "onNewMessageComposeHandler", |
| { | ||
| "id": "onNewAppointmentComposeHandler", | ||
| "type": "executeFunction", | ||
| "displayName": "onNewAppointmentComposeHandler", |
Contributor
There was a problem hiding this comment.
Suggested change
| "displayName": "onNewAppointmentComposeHandler", |
| { | ||
| "id": "action_1", | ||
| "type": "openPage", | ||
| "displayName": "action_1", |
Contributor
There was a problem hiding this comment.
Suggested change
| "displayName": "action_1", |
| { | ||
| "id": "action_2", | ||
| "type": "openPage", | ||
| "displayName": "action_2", |
Contributor
There was a problem hiding this comment.
Suggested change
| "displayName": "action_2", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.