Error Description: When trying to connect Outlook to SharePoint Calendar , we receive error message like below.
The calendar gets synchronized from SharePoint to Outlook for the first time (asks for authentication), however any subsequent events updated to SharePoint list or Outlook calendar do not synchronize.
Task 'SharePoint' reported error (0x80070005) : 'You do not have permission to view this SharePoint List .Contact the SharePoint site administrator. HTTP 302.’
This problem is arises due to a limitation related to our need to encrypt traffic to the site to provide appropriate security.
For Eg Outlook Calendar Sync fails with error when AAM(Alternate Access Mapping) has
Default Zone: https://SharePoint
Intranet Zone: http://SharePoint
Error: Task 'SharePoint' reported error (0x80070005) : 'You do not have permission to view this SharePoint List .Contact the SharePoint site administrator. HTTP 302.'
However If we change the Intranet Zone to Internet Zone like below
Default Zone: https://SharePoint
Internet Zone: http://SharePoint
The outlook calendar sync should hopefully work.
Reason being the order in which the AAMs are added to the property by SharePoint.
SPUrlZone.Intranet
SPUrlZone.Default
SPUrlZone.Extranet
SPUrlZone.Internet
SPUrlZone.Custom
Hence the Intranet zone would be the first zone leveraged by the Outlook sync.
