I
IndraKumar
I am trying to retrieve calendar entries using WEBDAV.
My Where clause is
\"urn:schemas:calendar:dtstart\" >= '" + dtStart.ToString("yyyy/MM/dd") + "' "
+ "AND \"urn:schemas:calendar:dtend\" <= '" +
dtEnd.ToString("yyyy/MM/dd") + "' "
If date difference(dtEnd - dtStart) > 732(days) i am getting follwing error
Note: Implemented in C#
"The remote server returned an error: (422) Unprocessable Entity."
Is it limitation of WEBDAV or bug ?
My Where clause is
\"urn:schemas:calendar:dtstart\" >= '" + dtStart.ToString("yyyy/MM/dd") + "' "
+ "AND \"urn:schemas:calendar:dtend\" <= '" +
dtEnd.ToString("yyyy/MM/dd") + "' "
If date difference(dtEnd - dtStart) > 732(days) i am getting follwing error
Note: Implemented in C#
"The remote server returned an error: (422) Unprocessable Entity."
Is it limitation of WEBDAV or bug ?