Forum Discussion

GustavoMafla's avatar
GustavoMafla
Copper Contributor
Jul 21, 2025

Create a Booking Page not working

I created a personal booking page a couple months back, and had issues with it being created.

Now I am trying to do it again but for a group of people, to no avail. I have tried creating a new bookings page with only me as the member ( I already have a personal bookings page) and still nothing works. 

 

I am hoping someone can give me a hand, this is very frustrating, considering last time the problem was also seemingly fixed without me doing anything, but it took a couple weeks. 

 

I have tried via Teams and Several web Browsers, and always get the same message: 

 

Cheers!

3 Replies

  • RobSoto's avatar
    RobSoto
    Iron Contributor

    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

     

     

    • GustavoMafla's avatar
      GustavoMafla
      Copper Contributor

      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?

      • RobSoto's avatar
        RobSoto
        Iron 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

Resources