The Find meetings slot API(https://graph.microsoft.com/v1.0/me/findMeetingTimes) taking around 30 mints to update the actual results after finding for free meetings slots and book the free slot

Pramod Kumar 1 Reputation point
2021-08-18T03:37:44.537+00:00

The Find meetings slot API(https://graph.microsoft.com/v1.0/me/findMeetingTimes) taking around 30 mints to update the actual results after finding for free meetings slots and book the free slot using(https://graph.microsoft.com/v1.0/me/events)

Ex: I have verified the person availability at 10 am (free slot) so scheduled meeting at 10am ,After that I was trying find for new free available slots still API returning 10am as free slots, its taking 30 mints to update actual one.

Please provide clear explanation why it was taking long time to update the actual result.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,458 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,065 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Deva-MSFT 2,256 Reputation points Microsoft Employee
    2021-08-27T06:48:42.05+00:00

    I tested with my test account with the API. It works as expected and i don't see any delay at my end. Being said that i want to suggest you to understand how Findmeetingtimes API algorithm works.


  2. Pramod Kumar 1 Reputation point
    2021-08-31T12:39:02.703+00:00

    after select any available slot for schduling meeting using api https://graph.microsoft.com/v1.0/me/events
    below is the request format for schduling meeting.

    {
    "subject": "Connect & Explore HCL intelliService",
    "body": {
    "contentType": "HTML",
    "content": "Hi pramod"
    },
    "start": {
    "dateTime": "2021-09-01T08:00",
    "timeZone": "India Standard Time"
    },
    "end": {
    "dateTime": "2021-09-01T08:30",
    "timeZone": "India Standard Time"
    },
    "location": {
    "displayName": ""
    },
    "attendees": [
    {
    "emailAddress": {
    "address": "sangeeta.pandey@Abhishek .com",
    "name": "Sangeeta Pandey"
    },
    "type": "required"
    },
    {
    "emailAddress": {
    "address": "pramodk@Abhishek .com",
    "name": "pramod"
    },
    "type": "required"
    }
    ],
    "allowNewTimeProposals": true,
    "isOnlineMeeting": true,
    "onlineMeetingProvider": "teamsForBusiness"
    }


  3. Deva-MSFT 2,256 Reputation points Microsoft Employee
    2021-09-06T06:50:37.417+00:00

    If you still face an issue, then please open a support ticket, report the issue - so that it can be investigated.

    0 comments No comments