Connecting and synchronizing calendars across Microsoft Teams and other services like Outlook
There is an API to integrate with Team called "Graph", you can see a general overview in:
https://docs.microsoft.com/en-us/graph/teams-co...
Also, you can see the calendar event creation using Graph in:
https://docs.microsoft.com/en-us/graph/api/grou...
Greetings.