Is there a built-in method for retrieving service availability from the MS Graph Bookings API?
The Microsoft Bookings app provides a Booking Page that displays a series of available times slots for booking appointments. These times are based on several factors, depending on the settings applied by the Bookings app's administrator. These factors include: business hours, staff hours, previously booked appointments, the service's scheduling policy, and staff calendar availability (if staff have appointments set outside of the Bookings app in Outlook).
Is there a built-in method within the Microsoft Graph (Beta) Bookings API that returns a list of available time slots based on these factors? I cannot seem to locate this functionality in the beta documentation. I can find calls to show things like business hours and the scheduling policy of the services, but nothing that will aggregate these into available time slots, taking into account the availability of the staff from their Outlook calendars.
My logic is, if there is functionality for this in the Bookings app, it may be present in the API as well. I hope this isn't just wishful thinking.
microsoft-graph
add a comment |
The Microsoft Bookings app provides a Booking Page that displays a series of available times slots for booking appointments. These times are based on several factors, depending on the settings applied by the Bookings app's administrator. These factors include: business hours, staff hours, previously booked appointments, the service's scheduling policy, and staff calendar availability (if staff have appointments set outside of the Bookings app in Outlook).
Is there a built-in method within the Microsoft Graph (Beta) Bookings API that returns a list of available time slots based on these factors? I cannot seem to locate this functionality in the beta documentation. I can find calls to show things like business hours and the scheduling policy of the services, but nothing that will aggregate these into available time slots, taking into account the availability of the staff from their Outlook calendars.
My logic is, if there is functionality for this in the Bookings app, it may be present in the API as well. I hope this isn't just wishful thinking.
microsoft-graph
An example from a different service's API is this one from the SetMore API: setmore.docs.apiary.io/#introduction/time-slots
– Jason Maupin
Nov 27 '18 at 17:59
If no docs then no such API. You can submit an feature request by uservocie
– Seiya Su
Nov 28 '18 at 2:06
add a comment |
The Microsoft Bookings app provides a Booking Page that displays a series of available times slots for booking appointments. These times are based on several factors, depending on the settings applied by the Bookings app's administrator. These factors include: business hours, staff hours, previously booked appointments, the service's scheduling policy, and staff calendar availability (if staff have appointments set outside of the Bookings app in Outlook).
Is there a built-in method within the Microsoft Graph (Beta) Bookings API that returns a list of available time slots based on these factors? I cannot seem to locate this functionality in the beta documentation. I can find calls to show things like business hours and the scheduling policy of the services, but nothing that will aggregate these into available time slots, taking into account the availability of the staff from their Outlook calendars.
My logic is, if there is functionality for this in the Bookings app, it may be present in the API as well. I hope this isn't just wishful thinking.
microsoft-graph
The Microsoft Bookings app provides a Booking Page that displays a series of available times slots for booking appointments. These times are based on several factors, depending on the settings applied by the Bookings app's administrator. These factors include: business hours, staff hours, previously booked appointments, the service's scheduling policy, and staff calendar availability (if staff have appointments set outside of the Bookings app in Outlook).
Is there a built-in method within the Microsoft Graph (Beta) Bookings API that returns a list of available time slots based on these factors? I cannot seem to locate this functionality in the beta documentation. I can find calls to show things like business hours and the scheduling policy of the services, but nothing that will aggregate these into available time slots, taking into account the availability of the staff from their Outlook calendars.
My logic is, if there is functionality for this in the Bookings app, it may be present in the API as well. I hope this isn't just wishful thinking.
microsoft-graph
microsoft-graph
asked Nov 27 '18 at 17:36
Jason MaupinJason Maupin
12
12
An example from a different service's API is this one from the SetMore API: setmore.docs.apiary.io/#introduction/time-slots
– Jason Maupin
Nov 27 '18 at 17:59
If no docs then no such API. You can submit an feature request by uservocie
– Seiya Su
Nov 28 '18 at 2:06
add a comment |
An example from a different service's API is this one from the SetMore API: setmore.docs.apiary.io/#introduction/time-slots
– Jason Maupin
Nov 27 '18 at 17:59
If no docs then no such API. You can submit an feature request by uservocie
– Seiya Su
Nov 28 '18 at 2:06
An example from a different service's API is this one from the SetMore API: setmore.docs.apiary.io/#introduction/time-slots
– Jason Maupin
Nov 27 '18 at 17:59
An example from a different service's API is this one from the SetMore API: setmore.docs.apiary.io/#introduction/time-slots
– Jason Maupin
Nov 27 '18 at 17:59
If no docs then no such API. You can submit an feature request by uservocie
– Seiya Su
Nov 28 '18 at 2:06
If no docs then no such API. You can submit an feature request by uservocie
– Seiya Su
Nov 28 '18 at 2:06
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53505188%2fis-there-a-built-in-method-for-retrieving-service-availability-from-the-ms-graph%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53505188%2fis-there-a-built-in-method-for-retrieving-service-availability-from-the-ms-graph%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
An example from a different service's API is this one from the SetMore API: setmore.docs.apiary.io/#introduction/time-slots
– Jason Maupin
Nov 27 '18 at 17:59
If no docs then no such API. You can submit an feature request by uservocie
– Seiya Su
Nov 28 '18 at 2:06