Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Per this page (https://docs.microsoft.com/en-us/graph/outlook-calendar-online-meetings?tabs=http), when creating an event it should return

"onlineMeeting": {
    "joinUrl": "https...",
    "conferenceId": "291633251",
    "tollNumber": "+1 323-555-0166"
}

I am instead receiving:

"onlineMeeting": {
    "joinUrl": "https...",
}

I get the same issue when getting an existing event (https://docs.microsoft.com/en-us/graph/api/onlinemeeting-get?view=graph-rest-1.0&tabs=http)

Seems related to this question, but this issue is not fixed for me: Microsoft Graph API Creating Event no longer returning conferenceId

question from:https://stackoverflow.com/questions/66051701/o365-api-not-returning-conference-id-and-toll-number-for-teams-meetings

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.1k views
Welcome To Ask or Share your Answers For Others

1 Answer

this issue is recorded as fixed. Kindly retry creating an event and if you are able to reproduce the issue, the team will revisit the issue. Thank you


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...