api
5 TopicsCan I update existing meeting via API so "Record automaticaly" is on?
Hi Currently we using MS Booking so our students register for the exam. We plan to make is "self serve" so time of the instructor is not required. A meeting got the option "Record and transcribe automatically". I would like to turn it on via API. Is that possible? I checked https://learn.microsoft.com/en-us/graph/api/bookingappointment-update?view=graph-rest-1.0 and https://learn.microsoft.com/en-us/graph/api/bookingbusiness-post-appointments?view=graph-rest-1.0&tabs=http to see if there is any property for "recording" but did not find anything.11Views0likes0CommentsBookings Service Option bookingMultiStaffSupportEnabled
I'm creating services via Graph API and would like the ability to set the following parameter when creating the service bookingMultiStaffSupportEnabled. Also, it would be nice to be able to post external email addresses as well.78Views2likes1CommentCustomizing Email Notifications in Microsoft Bookings
I am seeking guidance on the following aspects of Microsoft Bookings: Email Dispatch Mechanism: How Microsoft Bookings sends emails to clients (appointment confirmation, before-meeting email, after-meeting email)? Under the hood, does it utilize Microsoft Graph to schedule and send these emails? Custom Email Templates: I aim to bypass the default email notifications and implement customized templates for client communications. Is it possible to disable the standard email-sending feature in Microsoft Bookings and instead trigger my custom email workflow, perhaps using Microsoft Graph or another method?373Views1like1CommentMS Booking API - getStaffAvailability - Does it incorporate buffer time and lead time?
I am testing MS Booking API for PoC Booking project in my company. So far, I am familiar with the API. I want to know if getStaffAvailability (which get availability of specified staff id and time period) does incorporate buffer time and lead time. https://learn.microsoft.com/en-us/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0&tabs=http It seems it does not. It just provide block of available, outOfOffice and busy. I assume I need to fetch buffer time, lead time from the service using MS Booking API then calculate proper block of available time manually?32Views0likes0CommentsStaff ID as seen from the MS booking API
When listing staff members with the API it returns an object of type staffMember with an attribute named ID. The API states that ID is: The ID of the staff member, in a GUID format. Read-only. is this GUID maintained by Booking somewhere? I would have assumed it was the GIUD of the staff member/user/mailbox user in AzureAD but it appears this is something else.797Views0likes1Comment