Outlook Private Meetings : Display Name

LG 0 Reputation points
2023-02-09T12:44:52.1633333+00:00

We have a number of teams rooms set-up in our organisation.

These are are bookable by sending the meeting invitation via outlook.

When users set the meetings to private we just see "Private Appointment" in the calendar view.

When meetings are not private we see: Meeting name, Teams Meeting, Room Name, Booker

Is there anyway for the calendar to show us: Private Meeting, Booker?

We dont want to see the subject of the meeting but very very useful to see who has booked the room.

Outlook | Windows | Classic Outlook for Windows | For business
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Kael Yao 37,746 Reputation points Moderator
    2023-02-10T05:34:30.84+00:00

    Hi @LG,

    When meetings are not private we see: Meeting name, Teams Meeting, Room Name, Booker

    Are you checking the calendar of the room mailbox via Outlook?

    By default if the RemovePrivateProperty parameter of the room mailbox is set to $true, you should be able to see the booker.

    You can check this setting via this cmdlet in Exchange Online Powershell with an account which has Exchange roles assigned:

    Get-CalendarProcessing <room mailbox name> | fl RemovePrivateProperty
    

    If it shows false, you can use this cmdlet to set it to true:

    Set-CalendarProcessing <room mailbox name> -RemovePrivateProperty $true
    

    Below is an example:

    19


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.