When tried to create OnlineMeeting as event we have the onlinemeeting url null and not showing meeting on attendee's calendar

Ramyapriya Pasula 20 Reputation points
2025-01-28T09:28:06.4266667+00:00

1.Event getting "onlineMeetingUrl" as "null",

  1. Online mee event is not showing on attendee's calendar, showing only on the organizers calendar

3.Mail is also no send to the attendees when meeting is setup.

POST :https://graph.microsoft.com/v1.0/me/events

response:{

..........

"onlineMeetingUrl": null,

"onlineMeeting":null,

"isOnlineMeeting":null,

........

}

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,834 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,006 questions
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.
3,549 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Rajat Vashistha-MSFT 515 Reputation points Microsoft Vendor
    2025-01-28T10:35:51.1166667+00:00

    Hi Ramyapriya Pasula,

    Thanks for reaching out to Microsoft!

    It appears the online meeting URL is coming up empty because the Teams for Business meeting provider (Online Teams Meeting) might not be enabled for the user in Outlook/Outlook Calendar.

    If you have already enabled Teams for Business for your tenant, please try using the following API:

    POST: https://graph.microsoft.com/v1.0/me/events

    POST https://graph.microsoft.com/v1.0/me/events
    Prefer
    

    Also, please ensure you have the required permissions "Calendars.ReadWrite" to create an event.

    For more details, refer to this document: Create event

    Similar post: - https://learn.microsoft.com/en-us/answers/questions/815263/microsoft-teams-url-is-missed-when-creating-a-even

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.

    1 person found this answer helpful.

  2. Yakun Huang-MSFT 9,780 Reputation points Microsoft Vendor
    2025-01-28T10:08:13.66+00:00

    Hello Ramyapriya Pasula,

    Thank you for reaching out to Microsoft Support!

    Based on your question, we tested it in Graph Explorer and everything worked well, as shown below:

    Screenshot 2025-01-28 100424

    Screenshot 2025-01-28 100622

    For your problem, we recommend that you try again in Graph Explorer, if it still fails, please provide the body of your request to us and we will analyze it further.

    Reference document:

    https://learn.microsoft.com/en-us/graph/api/user-post-events?view=graph-rest-1.0&tabs=http#example-4-create-and-enable-an-event-as-an-online-meeting

    Hope this helps.

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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.