Hi,
Is there a possibility to configure exchange integration actions - create/update calendar event so it creates Teams meeting?
Or only option is Microsoft Graph? Or some powershell? Do you have any examples of that?
Best Regards, Dominik
Hi,
Is there a possibility to configure exchange integration actions - create/update calendar event so it creates Teams meeting?
Or only option is Microsoft Graph? Or some powershell? Do you have any examples of that?
Best Regards, Dominik
Hi Dominik
We are creating calendar entries by using the MS Graph.
When using the calendar API there is a property isOnlineMeeting that you can set to true.
Here you find the documentation with an example
https://learn.microsoft.com/en-us/graph/outlook-calendar-online-meetings?tabs=http#example-create-and-make-meeting-available-as-an-online-meeting
Hi Dominik
We are creating calendar entries by using the MS Graph.
When using the calendar API there is a property isOnlineMeeting that you can set to true.
Here you find the documentation with an example
https://learn.microsoft.com/en-us/graph/outlook-calendar-online-meetings?tabs=http#example-create-and-make-meeting-available-as-an-online-meeting
Hi Markus,
Thank you for quick answer.
Microsoft Graph is great tool, like you said. We are investigating the possibilities of such usage within one of our processes.
We will have a look if such flag (isOnlineMeeting) will appear in WebCon BPS exchange integration standard action type :)
It would be greate to have it out-of-the-box within exchange actions (and Microsoft Graph probably behind it).
Best Regards, Dominik