0

I've defined a room resource in the exchange admin (web) the users can allocate the room, but when they look at the calender of the room they only see "occupied" state -

how can I let everyone see the details of the meeting? (organizer and subject) ?

Dani
  • 531
  • 3
  • 11
  • 24

1 Answers1

2

Try to run the following commands and check again:

Set-calendarprocessing RoomMailbox -DeleteSubject $false 

Set-MailboxfolderPermission "RoomMailbox:\calendar" -User Default -AccessRights Reviewer 
Niko.Cheng
  • 511
  • 2
  • 4