Sep 11 2021 12:53 PM - edited Sep 11 2021 01:11 PM
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!
Sep 14 2021 04:55 AM - edited Sep 14 2021 04:57 AM
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
Sep 15 2021 01:31 AM
Sep 15 2021 02:59 AM
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.
Sep 14 2021 04:55 AM - edited Sep 14 2021 04:57 AM
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