Guide

Meeting Title or
Organizer

The title tells passers-by what

Short answer: Show the meeting title — it tells someone in the hallway what's happening and whether interrupting is acceptable. The organizer's name is a useful supplement, not a substitute. Mark sensitive meetings private in the calendar (The Room Display then shows "Private Meeting"). And on Microsoft 365, check the room mailbox settings: by default Exchange deletes the subject and replaces it with the organizer's name, so the display never receives a title to show.

This one comes from a real customer request. The digital signage outside every one of their rooms showed only "Sarah Jensen", and nobody could tell a board meeting from a birthday planning session.

The problem with "Sarah's meeting"

A display that only shows who booked the room answers almost nothing:

  • Can I interrupt to grab someone? No idea — could be a 1:1, could be a client call.
  • Is this the meeting I'm looking for? No idea — Sarah books six rooms a week.
  • Is this a real meeting or a squatted room? No idea.

The name-only display looks informative but carries roughly one bit of information: someone booked it.

Why the title is usually the more useful field

The title is what the organizer wrote to describe the meeting to its own attendees — "Q3 pipeline review", "Interview panel", "Sprint demo". For a passer-by it answers:

  • Interruptibility → "Standup" is fine to poke your head into; "Customer escalation call" is not.
  • Findability → "I'm looking for the onboarding session" is solved by reading the door, not by texting three people.
  • Legitimacy → a titled, scheduled meeting reads differently from a mystery occupation. Pairs well with no-show protection for bookings that never happen at all.

When the organizer's name earns its place

The name matters for accountability. When a room shows "In use — 9:00–11:00" and you need it, the organizer's name tells you exactly who to negotiate with. That's why the good answer is title plus organizer, not either/or — The Room Display shows both, along with the upcoming schedule for that room.

Name-first also has defenders in organizations where titles are chronically useless ("Meeting", "Sync", "Busy"). Fair — but that's a calendar-hygiene problem, and hiding titles everywhere is a heavy fix for it.

Privacy: mark it private, don't blank everything

Some meetings should not be on a hallway wall: "Interview — Jane Doe", "Restructuring sync", "Performance discussion". The wrong fix is stripping titles from every meeting in the company. The right fix is per-event:

→ Mark the sensitive event private/confidential in Google Calendar or Outlook. The Room Display then shows "Private Meeting" instead of the title — the room still reads as occupied, the content stays off the wall. Discretion becomes an organizer's one-click choice. (If your privacy review goes deeper than titles, see why a local-only display simplifies GDPR.)

The Microsoft 365 catch: three settings that hide titles

If your displays show only organizer names and you're on Microsoft 365, it's almost certainly not the display's doing — Microsoft hides or removes the subject before it ever reaches the display. Three causes, in order of likelihood, each checkable by your admin in minutes.

1. The room mailbox is removing subjects. Exchange room mailboxes are commonly configured to delete the subject and write the organizer's name in its place when they accept a booking — a frequent default in IT setup guides, often enabled without anyone realizing. The title then simply no longer exists on the room's calendar, so no display on earth can show it. To check, connect to Exchange Online PowerShell:

Connect-ExchangeOnline
Get-CalendarProcessing -Identity "YourRoomName" | Format-List DeleteSubject, AddOrganizerToSubject

If DeleteSubject is True, this is the cause. The fix:

Set-CalendarProcessing -Identity "YourRoomName" -DeleteSubject $false -AddOrganizerToSubject $false

This only affects new bookings — meetings that already had their subject removed stay title-less until re-created — so test with a fresh meeting, not an old one.

2. The meeting is marked Private. An event marked Private in Outlook (the padlock toggle in the meeting options) hides its subject from everyone except the organizer — including the room's calendar and any connected display. If your organization uses private meetings intentionally, a title-less entry on the wall is working as designed; The Room Display shows such events as "Private Meeting".

3. The room calendar's permission level is too restrictive. If the room calendar's default access is AvailabilityOnly or LimitedDetails, connected apps can read free/busy status but no subjects. Check with Get-MailboxFolderPermission -Identity "YourRoomName:\Calendar", and to allow subjects to be read:

Set-MailboxFolderPermission -Identity "YourRoomName:\Calendar" -User Default -AccessRights Reviewer

Your admin may prefer something more granular depending on your privacy policy — the key point is that the account the display uses must be allowed to read calendar details, not just free/busy.

Google Workspace: titles just work

Google keeps event titles on the room resource's calendar unless the organizer marks the event private. No admin toggle needed — which is why this whole issue surprises teams migrating from Google to Microsoft.

Practical takeaways

  1. Show the title as the primary field, organizer as secondary — that's the default in The Room Display.
  2. Teach organizers the private flag for sensitive meetings; "Private Meeting" on the wall is the designed outcome, not a failure.
  3. On Microsoft 365, run the three checks above — DeleteSubject on the room mailbox first, it's the most common cause — and remember settings changes only apply to new bookings.
  4. Nudge calendar hygiene: a title readable on a door is usually also a better title for attendees.

FAQ

Why does my room display only show the organizer's name and not the meeting title? On Microsoft 365, three settings cause this: the room mailbox deleting subjects (DeleteSubject — most common; fix with Set-CalendarProcessing), meetings marked Private in Outlook, or a room calendar permission level of AvailabilityOnly. All three are calendar-side settings, not display bugs.

How do I keep a confidential meeting title off the room display? Mark the event private (Google Calendar) or set it to Private (Outlook). The Room Display shows "Private Meeting" instead of the title.

Should a meeting room display show who booked the room? Yes, as a secondary field — the organizer's name is how you find the person to negotiate with. But the title is what tells passers-by whether they can interrupt.


The Room Display shows title, organizer, and the day's schedule at the door — and respects the private flag, out of the box, for $99 one-time per iPad.