How can I create a Teams meeting within a specific channel using Microsoft Graph API?

Keno Klebinger 0 Zuverlässigkeitspunkte
2024-04-25T22:54:17.28+00:00

Hello, I'm working on integrating the Microsoft Graph API into my web application and am using the SDK to manage Microsoft Teams functionalities. I have been successful in creating Teams meetings via groups or chats using the SDK, but I need to create these meetings within a specific channel of a Team. The meetings created in this way should automatically save all chat messages within that channel, which is essential for my application.

The current SDK documentation does not provide guidelines on how to achieve this, and I was wondering if anyone here has managed to implement or workaround this issue. Any insights or examples on how to create a meeting directly in a Team channel would be greatly appreciated.

Microsoft Teams
Microsoft Teams
Ein anpassbarer, chatbasierter Arbeitsbereich von Microsoft.
16 Fragen
Azure SDKs
Azure SDKs
Eine Reihe von Visual Studio-Tools, Befehlszeilentools, Laufzeitbinärdateien und Clientbibliotheken, die Clients beim Entwickeln, Testen und Bereitstellen von Apps unterstützen, die in Azure ausgeführt werden.
26 Fragen
0 Kommentare Keine Kommentare
{count} Stimmen

1 Antwort

Sortieren nach: Am hilfreichsten
  1. Ivan Dragov (CONCENTRIX Corporation) 1.460 Zuverlässigkeitspunkte Microsoft-Anbieter
    2024-04-26T13:13:36.43+00:00

    Hallo Keno,

    Derzeit unterstützt die Microsoft Graph REST API keine Schreib- und Leseberechtigungen im Gruppenkalender für Anwendungen. Daher ist das Erstellen eines Ereignisses, in Deinem Fall eines Meetings, in einem Teamkanal nicht möglich, wie hier erläutert:

    Create Event on Teams Channel Calendar from API application using Microsoft Graph API

    Eine mögliche Problemumgehung könnte darin bestehen, ein Online-Meeting zu erstellen und Informationen darüber in einem Kanal zu veröffentlichen, wie in diesem Artikel erwähnt.

    MS Graph API - start a Meeting in MS Team Channel & retrieve Meeting information.

    Gruß,

    Ivan Dragov