ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    O365 - Room Resource - Calendar Event

    Scheduled Pinned Locked Moved Solved IT Discussion
    how-tohow to
    6 Posts 2 Posters 1.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DustinB3403D
      DustinB3403
      last edited by DustinB3403

      So this is a normal question, but I want to confirm before I go and try the powershell script commands that say "this is what you do to make X happen"

      We have a room resource, that it accepts calendar events (for the sole purpose of tracking team meetings).

      But what this calendar does is replaces the subject, with the organizer name. We want the subject and details to stay on the event.

      This says to run a powershell command to change the settings, but I wanted to confirm if anyone else has had to do this.

      1 Reply Last reply Reply Quote 1
      • DustinB3403D
        DustinB3403
        last edited by

        No response at all, I guess it's not a normal question...

        1 Reply Last reply Reply Quote 0
        • DustinB3403D
          DustinB3403
          last edited by

          So I've found the solution to this problem.

          First start with PowerShell locally (your onsite exchange server or PC)

          Get-CalendarProcessing -Identity 123@yourdomain.com | Fl
          

          This will list the currently set configuration for this room resource - verbose.

          Next run

          Set-CalendarProcessing -Identity 123@yourdomain.com -DeleteSubject $False -AddOrganizerToSubject $False -DeleteComments $False
          

          DeleteSubject and AddOrganizerToSubject are pretty straight forward to understand. The DeleteComments actually leaves the body of the calendar event intact.

          Which by default for my resource was set to True, meaning we'd have no details on any events scheduled to this room resource.

          Hope it helps.

          1 Reply Last reply Reply Quote 0
          • DashrenderD
            Dashrender
            last edited by

            Just wondering, why did the calendar replace the subject with the organizer name in the first place?

            DustinB3403D 1 Reply Last reply Reply Quote 0
            • DustinB3403D
              DustinB3403 @Dashrender
              last edited by

              @Dashrender It's a default setting with Office 365 for privacy settings as far as I can tell.

              DashrenderD 1 Reply Last reply Reply Quote 0
              • DashrenderD
                Dashrender @DustinB3403
                last edited by

                @DustinB3403 said:

                @Dashrender It's a default setting with Office 365 for privacy settings as far as I can tell.

                Interesting. I wonder if that's the case for calendar's where the viewers have full access rights?

                In On-premise Exchange, if someone doesn't have at least reviewer rights, then they just see that the space/time is busy - perhaps they can see the owner of the slot. But since our entire staff have editor rights to our shared calendars like these, they can see the subject and any comments.

                I wonder if giving them reviewer rights would have solved it.

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                • First post
                  Last post