Сreating an online meeting

Oleksii Melikov 0 Reputation points
2023-03-22T11:11:22.8366667+00:00

After updating the event with the parameter "isOnlineMeeting": true, the join button does not always appear.

My body request:

{
    "subject": "Prep for customer meeting",
    "body": {
        "contentType": "HTML",
        "content": "Does this time work for you?"
    },
    "start": {
        "dateTime": "2023-03-23T09:00:00",
        "timeZone": "Pacific Standard Time"
    },
    "end": {
        "dateTime": "2023-03-23T10:00:00",
        "timeZone": "Pacific Standard Time"
    },
    "location": {
        "displayName": "Cordova conference room"
    },
     "isOnlineMeeting": true
}
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. CharanyaB-MSFT 1,421 Reputation points Microsoft Vendor
    2023-03-23T07:08:55.9166667+00:00

    Hello @Oleksii Melikov,

    Thanks for reaching out!

    I am not able to replicate the issue locally, can you please check if you are able to get the "joinUrl" for this online meeting in the response of the above API call?

    You can also check if you are able to see the join button for the meeting from outlook calendar as in the below screenshot:

    User's image

    Also, please try to open the meeting from the teams and check if the join button is available.

    Also please check if you are able to see the join button if you click on the meeting from Teams.

    Please validate the above and let me know if the issue still persists.

    Hope this helps.

    If the reply is helpful, please click "Accept Answer" and kindly upvote it. If you have additional questions about this answer, please click "Comment".

    0 comments No comments