Search code examples
microsoft-graph-apimicrosoft-teamsmicrosoft-graph-sdksmicrosoft-graph-calendarmicrosoft-graph-teams

How to create calendar event that comes with Microsoft Teams link to online meeting


Using Microsoft Graph API 1.0, how to create a calendar event that comes with link to Microsoft Teams (online meeting)?

Reference: https://learn.microsoft.com/en-us/graph/api/team-post?view=graph-rest-beta&viewFallbackFrom=graph-rest-1.0


Solution

  • Please try Creating online meeting using Graph API. Make sure you have the appropriate permissions to create the meeting. Please let us know if you face any issues.