Program to Autoschedule Team Meeting

Kevin Dupuy (TTL) 1 Reputation point
2022-04-29T16:48:32.083+00:00

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

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,880 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Meghana-MSFT 3,771 Reputation points Microsoft Vendor
    2022-05-04T15:14:44.997+00:00

    Currently we do not have a sample in perl code, but please go through the following graph APIs to create an event or a team automatically.

    1. Create Team - https://learn.microsoft.com/en-us/graph/api/team-post?view=graph-rest-1.0&tabs=http
    2. Create event - https://learn.microsoft.com/en-us/graph/api/user-post-events?view=graph-rest-1.0&tabs=http

    You can also use the deeplink to schedule a meeting. Please note that this is still in developer preview.

    Thanks,
    Meghana


    If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.

    0 comments No comments

  2. Kevin Dupuy (TTL) 1 Reputation point
    2023-02-14T09:21:34.8+00:00

    Have reviewed previous answer however this does not meet my particular requirement.

    Please let me know if any recent development 2023 - present for creation of Teams meeting through Perl code

    0 comments No comments