I want to add select few members to view meetings that are booked with a room. I want these users to be able to find out more information than just the time. I have one script that I know works but I think that there is a better way.
Add-MailboxFolderPermission -identity "Owner@something.com:\calendar" -User targetUser@something.com -AccessRights owner
If I don't want to make them a owner is there a different word I can use?