Why isn't the customer note visible on the booking by the staff member?

Oskar Persson 20 Reputation points
2025-02-12T14:56:13.95+00:00

I have created a Bookings appointment which have later been updated with a Customer using the API:

PATCH /solutions/bookingBusinesses/{id}/appointments/{id}

with a bookingCustomerInformation added to the customers field. For this customer I've set the notes field and I can verify through the API that it has been set correctly.

How can a staff member see the note on the appointment when accessing https://outlook.office.com/bookings/calendar?

Only the customer name, email and phone is visible. If the note is not visible, what use does it provide?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,049 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Akhil Nasalwai - MSFT 260 Reputation points Microsoft Vendor
    2025-02-14T13:25:54.02+00:00

    Hello Oskar Persson,

    Thank you for contacting Microsoft!

    As per the official documentation mentioned below, Notes property can be set only when initially creating an appointment with new customer. After that point, the value is computed from the customer represented by the customerId.

    Link: bookingcustomerinformation

    User's image

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.