Code Monkey home page Code Monkey logo

Comments (4)

alexkolomolo avatar alexkolomolo commented on May 19, 2024

Hi,

@fpintos Could you help with this please?

Thanks
Alex

from bookings-samples.

fpintos avatar fpintos commented on May 19, 2024

Indeed...that property is missing as you noticed. At some point there was an issue preventing us from reading it which was recently solved; the Bookings API needs to be updated account for that.

In the meantime, the value can be found in the Graph using an extended property of the underlying event. For example:

https://graph.microsoft.com/beta/users/{businessId}/events/{appointmentId}/?$select=id,singleValueExtendedProperties&$expand=singleValueExtendedProperties($filter=id eq 'String {ccb88e73-951a-4b10-bb49-e6628b8d8494} Name BookingItemInternalNotes')

I'll keep this open until the fix is deployed.

from bookings-samples.

alexkolomolo avatar alexkolomolo commented on May 19, 2024

from bookings-samples.

fpintos avatar fpintos commented on May 19, 2024

Hi @chotimir , the fix to populate the customerNotes has been deployed. Note that, as stated in the docs, customerNotes, serviceNotes and reminders are properties available only when reading an individual appointment, not when querying the entity set.

That being said, as I was verifying the fix I noticed a discrepancy in the appointments created by the self-service page.

When appointments are created from OWA, the mobile apps and the API, both customerNotes and serviceNotes are set as expected. However, when the appointment is created from self service page the 'customer notes' ends up appended to the 'serviceNotes' and the original service notes are not included.

I've pointed this out to the product team for them to take a look.

from bookings-samples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.