Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,828 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have sent an request findMeetings graph api for specific date like (start Time :: 2024-08-26T13:15:00 and EndTime :: 2024-08-26T14:15:00) and passing duration of 30minutes. It should return me two time slots like 1:15pm to 1:45pm and 1:45pm to 2:15 minutes but instead i am getting only one timeslot that is 1:30 pm to 2:00pm.
Is there any way to get two possible timeslots ?