admin管理员组

文章数量:1335625

I am trying to create a planner board using graph api.

I am able to get the basic board. But instead I want to create a planner using lets say "Software Development" Template.

Or Option 2 would be to create a planner board than how to add a timeline using graph API itself

I have tried various codes given by chat gpt and also my basic ones.

POST .0/planner/plans Content-Type: application/json

{ "owner": "gid", "title": "SD", "template": "Software Development" }

The basic one with owner and title works and in this too it makes it but just without template.

Also tried "preferredtemplate" but that didn't work either.

本文标签: power automateHow to create a planner board with specific template with graph APIStack Overflow