I have a requirement to create a Teams Meeting through Perl Code.
Currently i have capability to create an Outlook meeting using the below object -
BEGIN:VCALENDAR
PRODID:-//Microsoft Corporation//Outlook 15.0 MIMEDIR//EN
VERSION:2.0
METHOD:REQUEST
X-MS-OLK-FORCEINSPECTOROPEN:TRUE .....
and this is also auto synched to Teams however as this is not a Teams meeting , the join button does not show in Team.
Per available documentation, code is available to create a Teams Creation popup window where the basic details can be pre-entered by application however user still has to manually click on Send to get the Teams meeting creation or using Graphs
My requirement is to completely a fully automated Teams meeting through my perl code.
Please share if any resource is avialable or this capability does not exist.
Thank you,
Kevin Dupuy