Get List of Online Meetings

Raafat Hamzeh 21 Reputation points
2020-06-02T10:00:11.25+00:00

Hello,

I noticed in the API documentations there are only 2 calls for Online Meetings in Microsoft Teams (Get OnlineMeeting, and Create OnlineMeeting). Is there a way to get all online meetings between 2 dates?

Thank you

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,122 questions
0 comments No comments
{count} votes

Accepted answer
  1. Thierry DEMAN-BARCELO 491 Reputation points MVP
    2020-06-02T13:38:21.6+00:00

    Hello,

    It seems to be possible :

    onlinemeeting

    with the following fields:

    • creationDateTime DateTime The meeting creation time in UTC. Read-only.
    • startDateTime DateTime The meeting start time in UTC.
    • endDateTime DateTime The meeting end time in UTC.

    Particularly, you can use all that is proposed by ODATA with the "search" filter :

    query-parameters

    Take care that the result is limited to 250 !

    Regards,


0 additional answers

Sort by: Most helpful