Forum Discussion
AP_TC_ECASD
Jan 27, 2025Copper 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 of New-MgBookingBusinessService, but cannot find anything with traction in their lovely documentation. Thank you for any assistance you can offer!
- Andres-BohrenSteel 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.0New-MgBookingBusinessCalendarView -BookingBusinessId <String> [-CustomerEmailAddress <String>] [-CustomerName <String>] [-CustomerNotes <String>] [-CustomerPhone <String>]
Kind Regards
Andres
Please Tag it as the Solution- AP_TC_ECASDCopper 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?