Showing posts with label Office365. Show all posts
Showing posts with label Office365. Show all posts

Thursday, 24 October 2019

Meeting room mailbox not showing details - Show Full Free/Busy Details for MS Exchange Server Room and Resource Mailboxes


Issue

There is a room/Resource Mailboxes, that is not showing any details when booking it. It shows only created person name or free/busy status.

For e.g, check below image.




Cause:

This is caused by the default permission on the mailbox's calendar. This mailbox permission set either AvailabilityOnly or Show only. So this permission needs to be changed.


Solution

1. Open MS Exchange PowerShell and check permission for this mailbox calendar

PS cmd:

Get-MailboxFolderPermission <Mailbox_Name>:\Calendar
If the result like below,
FolderName User AccessRights SharingPermissionFlags
---------- ---- ------------ ----------------------
Calendar Default {AvailabilityOnly}
Calendar Anonymous {None


2. Then change the Access Rights to Reviewer or other permissions as per your requirements.

PS cmd:

Set-MailboxFolderPermission -Identity <Mailbox_Name>:\Calendar' -User Default -AccessRights Reviewer
3. Now you can check permission using above same cmd.
+++++++++++++++++++++++++++++++++++++++++++++++++
Access Rights RolesAuthorCreateItems, DeleteOwnedItems, EditOwnedItems, FolderVisible, ReadItemsContributorCreateItems, FolderVisibleEditorCreateItems, DeleteAllItems, DeleteOwnedItems, EditAllItems, EditOwnedItems, FolderVisible, ReadItemsNoneFolderVisibleNonEditingAuthorCreateItems, FolderVisible, ReadItemsOwnerCreateItems, CreateSubfolders, DeleteAllItems, DeleteOwnedItems, EditAllItems, EditOwnedItems, FolderContact, FolderOwner, FolderVisible, ReadItemsPublishingEditorCreateItems, CreateSubfolders, DeleteAllItems, DeleteOwnedItems, EditAllItems, EditOwnedItems, FolderVisible, ReadItemsPublishingAuthorCreateItems, CreateSubfolders, DeleteOwnedItems, EditOwnedItems, FolderVisible, ReadItemsReviewerFolderVisible, ReadItems
The following roles apply specifically to calendar folders:AvailabilityOnlyView only availability dataLimitedDetailsView availability data with subject and location

Saturday, 21 June 2014

Could not load file or assembly 'Microsoft.SharePoint.Client.Search, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified in Office 365

My Work env:

In Office 365, I have created an app with Search Service Application. When I add the app in the Office 365 site I got below error,

Server Error in '/' Application.
--------------------------------------------------------------------------------
Could not load file or assembly 'Microsoft.SharePoint.Client.Search, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.
  Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
 Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.SharePoint.Client.Search, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.

Source Error:
 An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.SharePoint.Client.Search, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' could not be loaded.

Solution:
Change the specific version is true for 'Microsoft.SharePoint.Client.Search' in DLL Properties.