Who's Online
5 visitors online now
1 guests, 4 bots, 0 members
Support my Sponsor
  • An error has occurred, which probably means the feed is down. Try again later.

Error “No free/busy information could be retrieved” for one user

We try to add “User1” to a meeting request in OWA/Outlook 2010 but couldn’t view his free busy information. It errors stating “No information could be retrieved”. Everyone getting same error for User1 but User1 can view his free/busy from Outlook.

Test-OutlookWebservices was success. Autodiscover working fine and can set Out of Office.

Solution:

Since the issue is for one particular user, check for the calendar permission of the user by running following command:

Get-MailboxFolerPermission -Identity User:\calendar | FL

image117

If the default permission is set to none, change it using the following command:

Set-MailboxFolderPermission -Identity User:\calendar -User Default -AccessRights AvailabilityOnly

image118

Comments are closed.