(fix) fix events in floating time during CalDAV's PUT operation (fixes #2865)

This commit is contained in:
Ludovic Marcotte
2016-12-30 12:26:31 -05:00
parent 479b534857
commit 477c06a7ff
2 changed files with 51 additions and 1 deletions
@@ -3328,7 +3328,8 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir
else
{
// If the start date is a "floating time", let's use the user's timezone
// during the import for both the start and end dates.
// during the import for both the start and end dates. This is similar
// to what we do in SOGoAppointmentObject: -_adjustFloatingTimeInRequestCalendar:
NSString *s;
s = [[startDate valuesAtIndex: 0 forKey: @""] objectAtIndex: 0];