OfficeDev / Project-Samples

This Project Online add-in demonstrates how to create a project using DotNet with CSOM
64 stars 70 forks source link

Notes doesn't update while updating a Task in Project Online #5

Open joeldsouza1992 opened 7 years ago

joeldsouza1992 commented 7 years ago

Unable to Update Notes using Rest API while updating a Task

DarkDeny commented 7 years ago

BTW, does anyone know how to get/set rich text Notes of a Task? If user set some formatting of a text in Notes when using Project desktop application, how do I get that formatted text instead of plain text?

radu-serbanescu commented 7 years ago

Using the API you can only retrieve what is in the Notes field. If Project desktop doesn't preserver the formatting while saving the notes, you cannot retrieve it.