Skip to content

Commit

Permalink
fix(calendar): Fix assertion when is_cycle is set but without c_cycle…
Browse files Browse the repository at this point in the history
…info. Fix tests.
  • Loading branch information
WoodySlum committed Apr 9, 2024
1 parent 20678b4 commit 49e9988
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SoObjects/Appointments/SOGoAppointmentFolder.m
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,6 @@ - (void) flattenCycleRecord: (NSDictionary *) theRecord
exDates = [cycleinfo objectForKey: @"exDates"];
} else {
[self errorWithFormat:@"cyclic record doesn't have cycleinfo -> %@", theRecord];
return;
}

eventTimeZone = nil;
Expand Down

0 comments on commit 49e9988

Please sign in to comment.