Forum Discussion
elizabethvelder
Jul 09, 2024Copper Contributor
Unable to create shared bookings page
Attempting to create a shared bookings page results in the above error. I've ensured Bookings is turned on, turned access on and off in the admin back-end, I've tried Safari and Chrome and...
Jaxin818
Jul 21, 2024Copper Contributor
Hello elizabethvelder, did you figure this one out? This error usually means that you don't have it enabled. If you run the following command: Get-Organizationconfig | Select BookingsEnabled Does this output $true? If it doesn't then you will need to enable it with the following command: Set-OrganizationConfig -BookingsEnabled $true