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 ...
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.
mikavonessen
Jun 21, 2022Copper Contributor
If 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.
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.