Hi All,
I have noticed the CRM 2016 WebAPI have provided the URL to retrieve the calendarrule records. but when I Try to execute the URL in web browser it gives me error as follows.
error":{
"code":"","message":"The 'RetrieveMultiple' method does not support entities of type 'calendarrule'.","innererror":{
"message":"The 'RetrieveMultiple' method does not support entities of type 'calendarrule'.","type":"System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]
is it retrieve Multiple still not support in CRM WEB API
i have attached the below screen shot where they have provided the url to get the data of calendarrule.
https://msdn.microsoft.com/en-us/library/mt607504.aspx
![]()
And the error that I am Receiving error as shown below.
![]()

