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

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

microsoft graph api - O365 API not returning Conference ID and Toll Number for Teams Meetings

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...