I am trying to allow people from outside of our organization to properly watch one of the Room Calendars.
I managed to successfully publish it using this powershell command:
Set-MailboxCalendarFolder -Identity mailbox-alias:\calendar -PublishEnabled $true (replace mailbox-alias as your user's alias)
I then got the URL through this command:
Get-MailboxCalendarFolder -Identity mailbox-alias:\calendar (use the information from PublishedCalendarUrl as the publish URL address)
The Calendar is visible although I can see everything as "Busy" without actual information.
I then created a new Sharing Policy and applied it to the Room Calendar:
But that just doesnt work. Everything still is "Busy".
Could this be a permission thing?
Also made sure the policy was setup as CalendarSharingFreeBusyReviewer
But from the looks of it, the DetailLevel is just wrong:
Why is this "Availability Only"?
Also when I try to alter it I get a "Policy does not allow anonymous sharing"...