mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 21:08:51 +00:00
fix(calendar): Fix assertion when is_cycle is set but without c_cycleinfo. Fix tests.
This commit is contained in:
@@ -1304,7 +1304,6 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir
|
||||
exDates = [cycleinfo objectForKey: @"exDates"];
|
||||
} else {
|
||||
[self errorWithFormat:@"cyclic record doesn't have cycleinfo -> %@", theRecord];
|
||||
return;
|
||||
}
|
||||
|
||||
eventTimeZone = nil;
|
||||
|
||||
Reference in New Issue
Block a user