Get Meetings within a daterange

Parth Kumar 66 Reputation points
2023-05-19T10:37:45.9533333+00:00

I am creating the recurring using the graph API. I am having one challenge in it.

I need to get all meetings or their recurrences filtered by a date range i.e. if I pass from date and to date then all the meetings should come under it which are going to happen on that date range.

Can anyone help me out?

thanks in advance.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,032 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,520 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ab-8756 800 Reputation points
    2023-05-19T16:13:58.1233333+00:00

    Hello Parth Kumar,
    Thank you for your post in this Q&A Forum.

    To get meetings within a date range, you can use, List calendarView or List instances endpoint and add the start date and end date filter.
    here is the reference KPs,
    For List instances endpoint;- https://learn.microsoft.com/en-us/graph/api/event-list-instances?view=graph-rest-1.0&tabs=http
    For CalendarView endpoint;- https://learn.microsoft.com/en-us/graph/api/calendar-list-calendarview?view=graph-rest-1.0&tabs=http

    Hope that helps.
    Thanks.
    --please don't forget to upvote and Accept as answer if the reply is helpful--