最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

power automate - How to create a planner board with specific template with graph API - Stack Overflow

programmeradmin0浏览0评论

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.

发布评论

评论列表(0)

  1. 暂无评论