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 ...
_1asok-12220
Sep 04, 2019Copper Contributor
I tried with graph explorer it shows success but it doesnot post the comment in the planner taskChristophe DION What am I missing here. Problem is I can get conversation thread id once the first comment is posted but to post the first comment your way is not working
stevenbruce
Dec 15, 2020Copper Contributor
Christophe's method works great for tasks that already have a conversationId, but can't be used to post the first comment on a new task.
- mikavonessenJun 21, 2022Copper ContributorIf there is no conversationId you can create a new conversation thread for the group corresponding to the plan. Afterwards update the conversationId of the task.
Keep in mind - This requires Group scopes which require an admin consent. So if you are building an app which should not use admin consent, sending comments is currently not possible.