Forum Discussion
Custom Fields in Microsoft Bookings
- Oct 13, 2020
You will need to extract custom fields values using graph. You will need to filter with the following (use the exact same values). Then the returned value will need to be Base64 Decoded. I'm using this with Power Automate that start whenever a new event created (Outlook new event), extract the info and put into a SharePoint list.
https://graph.microsoft.com/beta/users/[BookingMailboxAddress]/events/[event Id]?$expand=singleValueExtendedProperties($filter%3Did eq 'Binary {ccb88e73-951a-4b10-bb49-e6628b8d8494} Name BookingItemAnsweredCustomQuestions')
https://docs.microsoft.com/en-us/graph/api/user-list-events?view=graph-rest-beta&tabs=http
- JubbermanMar 09, 2021Copper Contributor
ddmurrayjrYeah just had a look back through some of my older calendars and some have and some haven't. When they get it though the fields are:
Date Time
Customer Name
Customer Email
Customer Phone
Customer Address
Staff
Service
Location
Duration (mins.)
Pricing Type
Price
Currency
Cc Attendees
Signed Up Attendees Count
Text Notifications Enabled
Custom Fields
Event Type
Booking Id - ddmurrayjrJan 23, 2022Copper Contributor
ddmurrayjr update to the export function did finally show up, and I run it through a json transform to pull out the custom fields; works like a charm!