1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-08-13 16:53:51 -04:00

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

View File

@ -573,7 +573,7 @@ public class CaldavConnection extends AbstractConnection {
response.appendProperty("D:displayname", session.getEmail()); response.appendProperty("D:displayname", session.getEmail());
} }
if (request.hasProperty("supported-calendar-component-set")) { 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.endPropStatOK();
response.endResponse(); response.endResponse();