官方文档声明 Sharepoint 不支持配置,但不知何故,我设法在团队上配置了 Planner 选项卡。所以我在想是否有一种方法可以使用 Graph API 将共享点列表附加到选项卡,我已经习惯了网站视图,这样它每次都会要求用户登录到 SharePoint 网站。
`{
"displayName": "Patient123",
"teamsApp@odata.bind": "https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/2a527703-1f6f-4559-a332-d8a7d288cd88",
"configuration": {
"entityId": "a43***** some list Id",
"contentUrl": "https://mycompany.sharepoint.com/sites/somesite/Lists/Books",
"removeUrl": "https://mycompany.sharepoint.com/sites/somesite/Lists/Books",
"websiteUrl": "https://mycompany.sharepoint.com/sites/somesite/Lists/Books"
}
}`