简体   繁体   English

我们可以在不使用网站选项卡的情况下借助 Graph API 将 Sharepoint 站点的组列表附加到 Microsoft Teams 选项卡中吗

[英]Can we attach Sharepoint Site's List of a Group into Microsoft Teams Tab with the Help of Graph API without using website Tab

Official Documentation states configuration is not supported for Sharepoint but somehow I managed to configure Planner Tabs on the Teams.官方文档指出 Sharepoint 不支持配置,但我以某种方式设法在团队上配置了 Planner 选项卡。 So I was thinking if there is a way to attach sharepoint list to the tab using Graph API, I have already used to web site view, that way it asks users to sign in to the SharePoint site every time.所以我在想是否有办法使用 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"
    }
}`

Have you looked into this "built-in tabs" document over at https://docs.microsoft.com/en-us/graph/teams-configuring-builtin-tabs#sharepoint-page-and-list-tabs .您是否在https://docs.microsoft.com/en-us/graph/teams-configuring-builtin-tabs#sharepoint-page-and-list-tabs 上查看了此“内置选项卡”文档。 I've linked directly to the SharePoint "lists" section.我已直接链接到 SharePoint“列表”部分。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 Microsoft Graph API 和 Graph Client 添加 SharePoint 选项卡? - How to add a SharePoint tab using Microsoft Graph API and Graph Client? Microsoft Teams自定义网站选项卡检索有关Team和相应SharePoint网站的信息 - Microsoft Teams custom website tab retrieve information about the Team and corresponding SharePoint site 从使用 Teams 工具包创建的 Teams 选项卡访问 Sharepoint 列表 - Access Sharepoint List from Teams Tab created using Teams toolkit 从 Teams 选项卡调用 SharePoint REST API - Call SharePoint REST API from Teams Tab Microsoft Teams 频道 email 地址、SharePoint 和使用 Graph 创建团队时文件不可访问 Api - Microsoft Teams channel email address, SharePoint and files are inaccessible when the team is created using Graph Api Microsoft Graph API - 仅共享 Sharepoint 站点 - Microsoft Graph API - Share Sharepoint site only 在 Microsoft Teams webhook 消息中附加 Sharepoint 文件 - Attach Sharepoint file in the Microsoft Teams webhook message 列出SharePoint网站中的所有警报而不使用SharePoint API? - List all Alerts within a SharePoint site without using the SharePoint API? 无法再通过Graph API找到SharePoint Site Assets列表 - Can no longer find SharePoint Site Assets list via Graph API 如何使用 Microsoft Graph 或 SharePoint API 获取每个 SharePoint 站点的大小? - How to get the size of each SharePoint site using Microsoft Graph or SharePoint API?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM