Caldav: iPhone compatibility, remove <C:comp name="VTODO"/>

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@639 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-08-03 08:15:10 +00:00
parent 834582b53b
commit 119fa81a9a
1 changed files with 1 additions and 1 deletions

View File

@ -573,7 +573,7 @@ public class CaldavConnection extends AbstractConnection {
response.appendProperty("D:displayname", session.getEmail());
}
if (request.hasProperty("supported-calendar-component-set")) {
response.appendProperty("C:supported-calendar-component-set", "<C:comp name=\"VEVENT\"/><C:comp name=\"VTODO\"/>");
response.appendProperty("C:supported-calendar-component-set", "<C:comp name=\"VEVENT\"/>");
}
response.endPropStatOK();
response.endResponse();