Oct 26 2018 08:44 AM
Oct 26 2018 08:44 AM
Current the Surface Hub calendar shows free/busy in scheduling assistant for any user looking to check the schedule and book the hub. I've had some requests to make the calendar public (essentially give read permissions to all users) so they can see who has reserved the device. I can see this being helpful but also can see loss of meeting privacy. I am also unsure if it can be done and free/busy is the only option.
So my question is how are others handling the Surface Hub calendar and support of meeting visibility?
Oct 30 2018 12:51 AM
Nov 05 2018 01:10 AM
Hello Rick,
The calendar information can be configured with the Set-CalendarProcessing cmdlet. You can use the -RemovePrivateProperty and set it to $false and have the users mark their meetings as private. Other useful switches are: -AddOrganizerToSubject $false, -DeleteSubject $true, -DeleteComments $true
Thanks.
Cezar