"Search meeting date and time" API

Kyawt Kay Khine 26 Reputation points
2019-11-25T00:38:47.76+00:00

Hi everyone,
Good Morning!

Let me ask one question about "Search meeting date and time" api. I would like to know that api can search the available meeting with different date or not. Now, im trying to search with different date as per below, but i cant and the api response is only for this date 2016-05-20T07:00:00.

{

"Attendees": [
{
"Type": "Required",
"EmailAddress": {
"Name": "Fanny",
"Address": "xxxxxx@prosewareltd.onmicrosoft.com"
}
}
],
"TimeConstraint": {
"ActivityDomain":"Work",
"Timeslots": [
{
"Start": {
"DateTime": "2016-05-20T07:00:00",
"TimeZone": "Pacific Standard Time"
},
"End": {
"DateTime": "2016-05-25T17:00:00",
"TimeZone": "Pacific Standard Time"
}
}
]
},
"MeetingDuration": "PT1H"
}

If you have any idea, please advise me.
With Thanks

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,913 questions
0 comments No comments
{count} votes

Accepted answer
  1. ajkuma 22,416 Reputation points Microsoft Employee
    2019-11-26T12:18:40.753+00:00

    @Kyawt Kay Khine , Thanks for the question. Azure Search service is yet to be migrated to Q&A. Please post your question directly on the SO forum (Azure Search forum) to receive assistance from the targeted audience.

    We are actively working to onboard all services. We will make a public announcement once complete.
    Thank you for your patience as we evolve the Q&A platform.

    You may wish to know about Introducing Microsoft Q&A (Preview) and the supported products/services.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Kyawt Kay Khine 26 Reputation points
    2019-11-29T00:00:21.22+00:00

    @ajkuma . Good day to you!
    Thanks for your kindness reply. I will submit my question to SO forum.

    1 person found this answer helpful.
    0 comments No comments