Using the Outlook Booking with Me Feature

An Attempt to Make Scheduling Meetings Easier

According to message center notification MC375740 (updated Jun 21, 2022, Microsoft 365 roadmap item 93239), the deployment of Outlook’s Booking with Me feature is rolling out to targeted release tenants. The deployment to standard release tenants will start soon and be complete in mid-August. Any user with an Exchange Online license has access to Bookings with Me unless the organization disables the feature for the entire tenant or individual users.

Despite its association with Outlook, Booking with Me is a separate app that uses Exchange Web Services (EWS) API calls to interact with user calendars. The idea behind the app is to allow internal and external people to request time in the calendars of other users through their Booking with Me page. The app is separate to the Microsoft Bookings app, with the basic differentiation between the target audiences: personal (manage meetings in my mailbox) and group (manage appointments for a group of people, usually for a business purpose).

Using Booking for Me

If your account isn’t blocked, a Create bookings page link appears in your OWA calendar (Figure 1). A similar link is not available in Outlook for Windows or Mac. After creating a bookings page, the link changes to Edit bookings page.

The link to create a personal bookings page
Figure 1: The link to create a personal bookings page

Clicking the link brings up a draft bookings page for you to populate with meeting type. A meeting type defines the characteristics of a meeting you’re willing to accept, including:

  • Public or private: Anyone with the link to your bookings page can select from the defined public meeting types to create a meeting in your calendar. Only those with the link to a specific private meeting event can create those events. You might have a private meeting type that can be scheduled immediately at any time by selected co-workers and a public meeting type for everyone else.
  • When it can happen: By default, you use the working hours defined for your calendar, but you can amend the available hours. For instance, you might decide to reserve slots between 10 AM and 11 AM each morning for meetings.
  • How long a meeting will be: The default is 30 minutes. It can be as short as 10 minutes
  • Where the meeting will be: The default is to create online Teams meetings., but you can define a location such as your office or a conference room.
  • Create buffer times before and after meetings so that you don’t end up with back-to-back events. The buffer time is defined in minutes.
  • How long in advance someone can schedule a meeting. The default is one hour, meaning that someone can look for a time slot in your calendar an hour ahead of the current time. As many people like to review meetings to decide if they will accept them or reschedule as necessary, a longer lead time might be better.

Figure 2 shows how to populate the settings for a new meeting type.

Creating a meeting type for Booking with me
Figure 2: Creating a meeting type for Booking with me

Each meeting type has a separate link used to make bookings. You don’t have to define all the meeting types immediately as you can add more over time. Just one is needed to create your booking page, which can take ten or so minutes for the service to set up.

Sharing Meeting Types

When the bookings page is ready, you can share its link with other people. The Share option generates a link like Book time with Sean Landy, which expands to a link to the BookWithMe service running on Outlook.com:

https://outlook.office.com/bookwithme/user/7b111e2fc69a4d309725c9bb579256ba@office365itpros.com?anonymous&ep=pcard

The important point to understand is that anyone with a meeting link (public or private) can book a meeting with you, even if they don’t have a Microsoft account.

You can share the link to your bookings page by copying it to include in a document, email, or Teams message, or add it to your email autosignature. OWA greyed out the option to add the booking link automatically in the edit email signature dialog. This was probably because I defined two public meeting types and OWA couldn’t choose which of the links to the meeting types to insert. The problem is easily solved by pasting the link to the bookings page into your email signature.

Booking Meetings

To book a meeting, use the link to someone’s bookings page or the link to a private meeting time that’s been shared with you. Booking with Me displays the page. You can then select the meeting type from the set displayed on the page and then choose a meeting time (Figure 3).

Booking a meeting through a personal bookings page
Figure 3: Booking a meeting through a personal bookings page

When someone schedules a meeting through Booking with me, both the requester and the person who hosts the meeting (the meeting owner) receive email confirmation. The meeting owner receives email to tell them that someone set up a meeting through their bookings page. The requester receives a regular meeting invitation. If the meeting is online, the invitation includes any custom Teams meeting information defined by the organization. To make this happen, the Bookings service impersonates the meeting owner and creates a meeting in their calendar with the person who requests the meeting. The calendar event is like any other event and can be updated or cancelled as necessary. This includes changes made by the requestor, who can use a link in the meeting invitation to access meeting details to reschedule or cancel the event.

Email notification that someone's made a booking
Figure 4: Email notification that someone’s made a booking

Likely to be a Popular Tool

Booking with me is a good example of how many can deploy its software toolkit to combine different elements drawn from across Microsoft 365 to create a new solution that people can use without installing any additional software. Users might need a little help to understand how to create good meeting types, but once people get the hang of it, I think Booking with me will be popular. Let’s face it: few people enjoy organizing meetings, and if Booking with me helps to reduce the pain a little, it will deliver value.


So much change, all the time. It’s a challenge to stay abreast of all the updates Microsoft makes across Office 365. Subscribe to the Office 365 for IT Pros eBook to receive monthly insights into what happens, why it happens, and what new features and capabilities mean for your tenant.

30 Replies to “Using the Outlook Booking with Me Feature”

  1. So its basically Bookings just that there are no “services” which more than one person can “serve”? And that its usable directly from outlook instead of the separate Bookings app/website?

    1. Booking is an app for a group of people to schedule the delivery of services, like IT consulting or healthcare.

      Booking with me is a way for someone to allow other people (internal and external) to schedule meetings with them.

  2. Do you know if there is, or will ever be, a way for admins to determine if a user has a Bookings with Me page created? I was looking for ways using PowerShell or other means to determine a)Do they have a Public booking page? and b)What is the unique “bookwithme/user/@domain” address of their page. I could then use that to automatically include a link in our company signature software.

      1. We are also working on a similar use case wherein we need to determine if public booking page is available for a user and if yes then get the url of the page. Didn’t find any way to achieve this.

      2. It doesn’t seem that Microsoft has exposed a method to get the public booking page of a user programmatically. Have you asked Microsoft Support? They might be able to get some advice from the engineering team.

      3. Obtaining the URL is rather easy. It seems to be in the form of “https://outlook.office.com/bookwithme/user/@?anonymous” for all users. You can use “Get-Mailbox -ID “” | Select-Object ExchangeGuid” to obtain the GUID. The part that I struggle with is determining if the user has it set up or not. If it is not set up the URL will fail. I did at one point locate where the Bookings settings are stored within the mailbox. I believe i was using EWSEditor or a similar tool. I *think* it was under “IPM.Configuration.Booking.SelfService.Publishing”. I was unable to find a programmatic method of obtaining this information though.

      4. I guess you could run through the mailboxes and test if valid URLs exist for each mailbox. If one does, you could use a custom attribute to store a value to say that the URL exists.

  3. Can you provide specific examples of when public and private booking types should be used? A few hypothetical examples would be helpful.

    1. Public bookings might allow anyone in the organization to book a time slot with someone. Private bookings (which could cover a longer slot) might be restricted to the members of someone’s team.

      1. Thanks for the explanation. Next feature MS will need to add is how to delete a calendar once created.

  4. It appears after much troublshooting that Bookings with Me Private meeting link is redirectling to the Public page and therefore receiving an error re ‘ No public meetings are available
    The user is not accepting any public meetings through the booking page right now. Please contact them directly or check back here later.’. I have found online the same report but no reply from MS. Do you have any insight into this problem?

    1. I am noticing the same thing! It is very frustrating when I need the private link to book over an over. But my clients are getting the same message even though I did not share the link to only be able to be booked once.

  5. Doesn’t work on mobile. When you leave the booking page to retrieve the verification code the booking is lost and you have to start again.

      1. Thanks Tony but I meant a different use case: I emailed my bookings page link to someone who opened the email on their mobile device and attempted to book a meeting on their mobile device (Android, in this example).

        They got stuck in an eternal loop of: book a time; enter verification code window pops up, exit the booking page to retrieve code, return to the booking page but the ‘enter verification code’ window has closed and the booking has not been saved, rebook meeting, retrieve code, lose meeting…

        Which effectively makes the Booking with Me tool useless as the 50%(?) of people who access their email on mobile will not be able to use the link.

        Unless I’m missing something?

      2. You’re not missing anything. If I was a cynic, I’d say something like maybe Microsoft didn’t test this scenario…

        So maybe you should report it to Microsoft support to make sure that the bug is formally registered and passed to Outlook engineering to be fixed…

  6. For orgs who have external sharing / public links turned off at tenant level, to comply with wider policies and/or things like cyber essentials, is there still a way to use this feature?

  7. Tony, I just wanted to note here that unfortunately neither Bookings or Bookings with Me are available with Level-1 Academic licenses (A1). It is available with every other kind of Level-1 M365 license, but not Academic (see https://learn.microsoft.com/en-us/microsoft-365/bookings/bookings-faq?view=o365-worldwide). 🙁

    So you might want to note that exception as a caveat in your sentence above, “Any user with an Exchange Online license has access to Bookings with Me…”

  8. In regular Bookings, you can export the data from your bookings – can I do that with Booking with Me?

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.