SOLVED

Create Event and linked to Group(Teams) Channel (as Add channel)

Copper Contributor

Hello. I am using microsoft graph api v1 to create event. It done. But I can not add channel of Group(Teams) to it. I have seen it on Microsoft Teams. Do you know it? Please tell me about it or for me some documents. Thanks you very much!

image.PNG

3 Replies
best response confirmed by ChetanSharma-msft (Microsoft)
Solution

@Minh_Duc_Ngo 
There is no such property to add/bind Teams channel while creating event using Graph API.
event resource type - Microsoft Graph v1.0 | Microsoft Docs
However you can create an onlineMeeting in Microsoft teams channel as mentioned in below doc:
Create onlineMeeting - Microsoft Graph beta | Microsoft Docs

Thanks@Minh_Duc_Ngo 

----------------------------------------------------------------------------------------------------------------- 

If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link.

1 best response

Accepted Solutions
best response confirmed by ChetanSharma-msft (Microsoft)
Solution

@Minh_Duc_Ngo 
There is no such property to add/bind Teams channel while creating event using Graph API.
event resource type - Microsoft Graph v1.0 | Microsoft Docs
However you can create an onlineMeeting in Microsoft teams channel as mentioned in below doc:
Create onlineMeeting - Microsoft Graph beta | Microsoft Docs

View solution in original post