Microsoft Graph API Planner Task Detail with hyperlinks

412 Views Asked by At

wanted to add hyperlinks to Microsoft's Planner Task Details,. but don't see a way to use html. When I add a task detail with html, it displays as plain text with no formatting.

1

There are 1 best solutions below

0
Tarkan Sevilmis On

The description currently does not support formatting options, including links. For specifically adding links that show up with the task, you can use "ExternalReferences" on the task details. Update TaskDetails page has an example on how to add a link, and more information is available on the externalReferences documentation.