Microsoft 365 Message Center item MC1418559

MC1418559 - Action required: Retirement of EWS-based Personal Bookings controls (Microsoft Bookings)

Microsoft is retiring EWS-based controls for Personal Bookings in Microsoft Bookings on August 5, 2026. After that, access will be managed only via OWA Mailbox Policy settings. Administrators must migrate existing EWS configurations to OWA policies before this date to maintain control.

Message Center ID
MC1418559
Category
plan For Change
Severity
normal
Services
Microsoft Bookings
Tags
User impact, Admin impact, Retirement
Published
2026-07-07
Last updated
2026-07-07
Expires
2026-09-05
Action required by
2026-08-04

[Introduction]We’re retiring the Exchange Web Services (EWS)–based controls used to enable or disable Personal Bookings (Bookings with me) in Microsoft Bookings. Beginning August 5, 2026, access to Personal Bookings will be managed exclusively through OWA Mailbox Policy settings.This change aligns with Microsoft’s Exchange Online management and security principles, while providing a single, consistent administrative experience.[When this will happen]Now: The OWA Mailbox Policy setting for Personal Bookings is available.August 5, 2026: EWS‑based Personal Bookings controls will be retired.[How this affects your organization]Who is affectedMicrosoft 365 administrators managing Microsoft Bookings and Exchange OnlineOrganizations currently using EWS organization configuration or per‑user CAS mailbox settings to control Personal BookingsWhat will happenAfter August 5, 2026, admins will no longer be able to manage Personal Bookings access using:Set-OrganizationConfig (EWS settings)EWS‑related parameters in Set-CASMailboxThe default OWA Mailbox Policy is tenant‑configurable and may already include customized Personal Bookings settings.Any existing EWS‑based Personal Bookings configuration will be ignored.Access to Personal Bookings will be determined only by the OWA Mailbox Policy assigned to the user.If no custom OWA Mailbox Policy is assigned to a user, Personal Bookings availability will follow the settings configured in the tenant’s default OWA Mailbox Policy (OwaMailboxPolicy-Default).If your default OWA Mailbox Policy already reflects your intended Personal Bookings access state, no additional changes are required.[What you can do to prepare]Administrators should complete migration of any existing EWS‑based Personal Bookings controls to OWA Mailbox Policy before August 5, 2026, to avoid unintended changes to user access.The following steps require Exchange Online PowerShell.There is no change to the Personal Bookings user experience. This change affects only how administrators manage access.Migrate your existing EWS‑based Personal Bookings controls to the new OWA Mailbox PolicyReview your current EWS‑based configurationOrganization‑wide:Get-OrganizationConfig | Select-Object EwsEnabled,EwsApplicationAccessPolicy,EwsBlockList,EwsAllowListPer user:Get-CASMailbox -Identity | Select EwsEnabled,EwsApplicationAccessPolicy,EwsBlockList,EwsAllowConfigure Personal Bookings using OWA Mailbox PolicyDisable Personal Bookings for the entire organizationAdmin should run following PowerShell commands:Set-OwaMailboxPolicy -Identity "OwaMailboxPolicy-Default" -PersonalBookingsDisabled $trueVerification:Get-OwaMailboxPolicy -Identity "OwaMailboxPolicy-Default" | Select PersonalBookingsDisabledEnable Personal Bookings for specific users onlyDisable Personal Bookings org‑wide using the steps above.Create a custom policy:New-OwaMailboxPolicy -Name "BwmEnablePolicy"Assign the policy to selected users:Set-CASMailbox -Identity <smtp> -OwaMailboxPolicy "BwmEnablePolicy"Disable Personal Bookings for specific users only (all others are enabled)Ensure Personal Bookings is enabled org‑wide:Set-OwaMailboxPolicy -Identity "OwaMailboxPolicy-Default" -PersonalBookingsDisabled $falseCreate and configure a custom policy:New-OwaMailboxPolicy -Name "BwmDisablePolicy" Set-OwaMailboxPolicy -Identity "BwmDisablePolicy" -PersonalBookingsDisabled $trueAssign the policy:Set-CASMailbox -Identity <smtp> -OwaMailboxPolicy "BwmDisablePolicy"After migratingValidate assigned OWA Mailbox Policies.Remove any EWS allow or block list entries related to Personal Bookings.Update internal administrative documentation.Notify helpdesk and Exchange administrators of the change.Learn more: Turn off Personal Bookings | Microsoft Bookings | Microsoft 365 | Microsoft Learn[Compliance considerations]QuestionAnswerDoes this change include an admin control?Yes. Control of Personal Bookings access moves to OWA Mailbox Policy, which can be assigned per user.