I am trying to do a Get HttpRequest which would use the ExpandCalendar function on a calendar entity and I am getting an error. I am not sure if the way I am querying is wrong and can't find any helpful articles.
calendars(<calenderid>)/Microsoft.Dynamics.CRM.ExpandCalendar(Start=@p1,End=@p2)&@p1='2017-10-25T9:27:39Z'&@p2='2017-10-25T21:27:39Z' I am wondering if this is the correct format?
Can anyone help with this?