How do I set permissions for a user to see if another user is busy, bur not see what the meeting is about. And the user should have permission to create Items, and delete own items.
I tought I did the right with this powershell command:
Add-MailboxFolderPermission -Identity “User:\Calendar” -User "User" -AccessRights CreateItems, EditOwnedItems, DeleteOwnedItems
But when i did it, i get "could not be updated" when trying to access the users calender.
But when i remove all this permissons i can access tje calander and se meeting as busy. Becourse the default user is set to AvailabilityOnly.