0

I've been given the requirement of having a UI action in ServiceNow that can schedule and create meetings within the Microsoft Teams Platform.

Has anyone been able to achieve this or have a good understanding of how much dev work would be involved?

I'm assuming it would be an API call from ServiceNow to Microsoft Teams but I'm not sure where to start.

Thanks.

  • Please take a look at [Create online meeting](https://learn.microsoft.com/en-us/graph/api/application-post-onlinemeetings?view=graph-rest-beta&tabs=http). Note: These APIs are still in beta. – Wajeed Shaikh Jul 30 '19 at 18:29

1 Answers1

0

Teams uses outlook and exchange calendars/meetings. So you should create a meeting for outlook, documented here:

https://learn.microsoft.com/en-us/previous-versions/office/office-365-api/api/version-2.0/calendar-rest-operations

Gordon Mohrin
  • 645
  • 1
  • 6
  • 17