Caldav: add VTODO to supported-calendar-component-set response

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1012 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-04-22 10:57:56 +00:00
parent 9e7813132e
commit 06e828657c
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ public class CaldavConnection extends AbstractConnection {
response.appendProperty("C:calendar-description", "");
}
if (request.hasProperty("supported-calendar-component-set") && folder.isCalendar()) {
response.appendProperty("C:supported-calendar-component-set", "<C:comp name=\"VEVENT\"/>");
response.appendProperty("C:supported-calendar-component-set", "<C:comp name=\"VEVENT\"/><C:comp name=\"VTODO\"/>");
}
response.endPropStatOK();