I am trying to schedule an online zoom meeting event using the outlook calendar API. I have installed the zoom add-ins in the outlook calendar. From the UI level going to the outlook calendar, I can schedule a zoom meeting on the outlook calendar. The question is:
Also, As mentioned in the docs:
An organization that supports any of the following online meeting providers can set up Outlook calendars and enable organizing meetings online:
Microsoft Teams, acquired as part of a Microsoft 365 business or enterprise suite Skype Skype for Business (which is being superceded by Microsoft Teams)
Does this mean, while creating an online meeting via API only these three online meeting providers can be used?
When I query using Microsoft Graph API explorer for endpoint /me/calendar
. Zoom add-in is not included within allowedOnlineMeetingProviders
. Are there any steps required to add zoom in allowedOnlineMeetingProviders
?
As per this documentation currently, there are 3 providers supported and they are
Do watch this documentation to see if zoom will be supported later on. You can also raise a feature request for zoom as a provider support over here