Back to Microsoft Booking

Connect Knoon AI with Microsoft Booking (Microsoft) to automate AI workflows.

Update an existing booking appointment.
microsoftBookingUpdateAppointment
BETA
Permissions
  • BookingsAppointment.ReadWrite.All
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
businessIdfile Booking business.Yes
appointmentIdmustache Appointment ID to update.Yes
startDateTimemustache New start datetime in ISO 8601.No
endDateTimemustache New end datetime in ISO 8601.No
customerNotesmustache Replacement notes.No
matchedCustomerEmailAddressmustache Optional customer email that must match the appointment’s primary customer. Use this when you want to enforce an exact match before updating.No
staffMemberIdsarray (mustache)Replacement assigned staff member IDs.No
preventConflictsboolean If true, backend rejects update when the new time overlaps existing appointments.No
Returns
NameTypeDescription
statusstring UPDATED or ERROR.
sensitive.appointmentIdstring Appointment ID.
sensitive.startstring Updated start.
sensitive.endstring Updated end.
sensitive.isCancelledboolean Whether cancelled.
confidential.htmlLinkstring Link to view the appointment if available.