1

Suggested by Glenn Evans New 

I’m working on a customer project where I need to be able to create a Planner task programmatically and then add a comment to the new task. (I’ve managed to do this with both Planner and Graph APIs), the problem is adding the comment to the task as it appears that the conversationThread is not created until the first comment is added to the Task manually. The conversationThread is needed to add a comment (via Graph). I would like to be able to set up the Task with all of the details required which includes comments without needing someone to first add a comment manually as I have approx 10,000 tasks to create.