I would like to create/read meetings on calender that shows in MS Teams. I have office 365 business essentials paid subscription that I use to log onto MS Teams. Would like to clarify here below:
1) the calender I see in MS Teams with my subscription plan mentioned above is by default the outlook from office 365 subscription?
2) I want to automate schedule/read meetings on Teams calender. I dont see Teams API in MS Graph for this. What Graph APIsI can use? or will such calls be added in Teams Graph APIs?
3) Can MS Teams be integrated with google or any calender other than outlook?
Thanks in advance
You can create websites, services, and native platform applications that run outside the Microsoft Teams user experience, and call the Teams API to automate Teams scenarios.
It is now possible to create MS Teams meetings in two ways using the Graph API.
Executing a POST
on the /me/events
endpoint.
In the body of the request you need to provide "isOnlineMeeting": true
and "onlineMeetingProvider": "teamsForBusiness"
additional to the regular parameters.
If you use this graph call you can invite other users and the meeting appears in the calendar of the organizer.
Executing a POST
on the /me/onlineMeetings
endpoint.
(For parameters see the linked documentation)
If you use this graph call no invitations are sent and the meeting does not appear in the calendar of the organizer. You would need alternative means to distribute the dial-in link, etc.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With