pull/3/head
Ludovic Marcotte 2014-09-17 11:35:09 -04:00
parent 7e281dca99
commit a4ab2942e8
2 changed files with 6 additions and 0 deletions

1
NEWS
View File

@ -11,6 +11,7 @@ Enchancements
Bug fixes
- fixed sending mails to multiple recipients over AS
- fixed freebusy support in iCal 7 and free/busy state changes (#2878, #2879)
2.2.8 (2014-09-10)
------------------

View File

@ -2368,6 +2368,11 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir
[components addObject: [SOGoWebDAVValue
valueForObject: @"<n1:comp name=\"VEVENT\"/>"
attributes: nil]];
[components addObject: [SOGoWebDAVValue
valueForObject: @"<n1:comp name=\"VFREEBUSY\"/>"
attributes: nil]];
if ([self showCalendarTasks])
[components addObject: [SOGoWebDAVValue
valueForObject: @"<n1:comp name=\"VTODO\"/>"