Skip to content

Commit

Permalink
Merge pull request #16074 from MicrosoftDocs/v-chinlana-aptfixes
Browse files Browse the repository at this point in the history
App-powered task updates
  • Loading branch information
Stacyrch140 authored Nov 19, 2024
2 parents 5871283 + 1cb25db commit a22b5de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Teams/app-powered-tasks-in-planner.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ POST https://graph.microsoft.com/beta/solutions/businessScenarios/{your-business
"assignments": {
"{user ID of user you want to assign the task to}": {
"@odata.type": "#microsoft.graph.plannerAssignment",
"orderHint": "!"
"orderHint": " !"
}
},
"details": {
Expand Down Expand Up @@ -227,6 +227,8 @@ Here's what the user sees when they open the task in the Planner app in Teams. S

:::image type="content" source="media/app-powered-tasks-in-planner.png" alt-text="Screenshot of an example of an app-powered task in My Tasks in the Planner app in Teams." lightbox="media/app-powered-tasks-in-planner.png":::

To learn more about the user experience, see [Work with app-powered tasks in the Planner app in Teams](https://support.microsoft.com/topic/16d2f882-aad5-4346-a459-4dfd9fc9a457).

## Related articles

- [Use the business scenarios API in Microsoft Graph to integrate with Planner](/graph/api/resources/businessscenario-planner-overview?view=graph-rest-beta)
Expand Down

0 comments on commit a22b5de

Please sign in to comment.