Forum Discussion
Robin Vermeirsch
Sep 06, 2016Brass Contributor
How can i add a comment using GRAPH API in Planner
Hi,
I'm having issues adding comments to tasks in planner using the graph api. I tried looking at the conversation id and tried posting to corresponding O365 but had no succes on adding comments to tasks. Can anybody help me out with this?
Regards,
Robin
9 Replies
- Don DeCarloBrass ContributorYes I would like this answer too. It's not clear from the MetaData in Graph where the description field resides. Doesn't seem to be part of the Task but there is a "hasDescription" field set to true when a description is added through the UI.
Maybe SanthoshB1 could help here
- SanthoshB1Bronze ContributorYou need to use POST /groups/<id>/threads to post the conversation
https://graph.microsoft.io/en-us/docs/api-reference/v1.0/api/group_post_threads
To update that conversation to task use conversationThreadId
https://graph.microsoft.io/en-us/docs/api-reference/beta/api/task_update
- Lana O'BrienFormer Employee
ErayC, do you know who might be able to help answer this question?