Forum Discussion
Create a Booking Page not working
Hello GustavoMafla
If the users are licensed correctly and Bookings is enabled for the tenant, there are very few reasons why creating a booking page would fail.
I did find one possibility that might apply. What was the intended name of the booking page? Did it have any special characters like open or closed parenthesis? I saw another post in Tech Community confirming that was their root cause for the same message you're getting.
User not able to create booking page | Microsoft Community Hub
Let me know!
-Rob
Hi RobSoto, thank you for your answer. No special characters in the name. I just re-tried with all the default values and again only myself in to no avail. What could be the other reasons?
- RobSotoAug 10, 2025Iron Contributor
Hi GustavoMafla
I recommend using PowerShell to verify the status of Bookings in your tenant.
Get-OrganizationConfig | Select BookingsEnabled
If it returns as false, run the set command. If it returns true and you still can't create shared booking pages, a support case with Microsoft will need to be opened because it could be a server-side issue.
Set-OrganizationConfig -BookingsEnabled $true
Then see what happens while creating a shared booking page.
-Rob