I'm fairly new to SharePoint and have been wrestling with this particular problem for some time now. Whenever I try using the REST API for a calendar list using the following url
/<my_domain>//_api/web/lists/getbytitle('Class%20Sessions')/items?
it fails and returns the following:
<m:error
xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<m:code>-1, System.FormatException</m:code> <m:message
xml:lang="en-US">Input string was not in a correct format.</m:message>
</m:error>
The same format for all the rest of my lists that are non calendar type work just fine. I know I am not misspelling the list name and it does exist. I feel that there is something fundamentally wrong. Is there something special that I need to do for the calendar type list?
Any help to point me to the right direction will be greatly appreciated.
/_api/web/lists(guid'list GUID')? Just for testing