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

Caldav: Free/busy regression fix from Dan Foody

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@449 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-03-17 23:10:12 +00:00
parent b16a1b5c92
commit fd8c1eeaaa

View File

@ -602,7 +602,7 @@ public class CaldavConnection extends AbstractConnection {
response.startRecipientResponse(attendee);
StringBuilder ics = new StringBuilder();
ics.append("<C:calendar-data>BEGIN:VCALENDAR").append((char) 13).append((char) 10)
ics.append("BEGIN:VCALENDAR").append((char) 13).append((char) 10)
.append("VERSION:2.0").append((char) 13).append((char) 10)
.append("PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN").append((char) 13).append((char) 10)
.append("METHOD:REPLY").append((char) 13).append((char) 10)