Forum Discussion
AP_TC_ECASD
Jan 27, 2025Brass Contributor
MgBookingBusiness - Customer information questions
I'm wondering if there's a way to mark the Customer information questions as enabled/disabled and conversely, required, or not, using PowerShell? I would figure it would be somewhere in the params o...
Andres-Bohren
Jan 28, 2025Iron Contributor
Hi AP_TC_ECASD
Got that after 10 Seconds of consulting the Documentation 🤔
https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.bookings/new-mgbookingbusinesscalendarview?view=graph-powershell-1.0
New-MgBookingBusinessCalendarView
-BookingBusinessId <String>
[-CustomerEmailAddress <String>]
[-CustomerName <String>]
[-CustomerNotes <String>]
[-CustomerPhone <String>]Kind Regards
Andres
Please Tag it as the Solution
- AP_TC_ECASDJan 28, 2025Brass Contributor
Hi Andres-Bohren !
Please forgive me, but I don't see CustomerAddress? And is this to enable/disable whenever anyone opens a bookings service link to book an appointment? I should expect that action to happen using New-MgBookingBusinessService and not this?