Skip to content

Commit

Permalink
(fix) avoid changing RRULE's UNTIL date for no reason
Browse files Browse the repository at this point in the history
  • Loading branch information
extrafu committed Sep 12, 2019
1 parent 1ee23a6 commit 9ed1cc4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Bug fixes
- [core] honor "any authenticated user" when setting IMAP ACLs
- [core] avoid exceptions for RRULE with no DTSTART
- [core] make sure we handle events occurring after RRULE's UNTIL date
- [core] avoid changing RRULE's UNTIL date for no reason

4.0.8 (2019-07-19)
------------------
Expand Down
1 change: 0 additions & 1 deletion SOPE/NGCards/iCalRepeatableEntityObject.m
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ - (NSArray *) rules: (NSArray *) theRules withTimeZone: (id) theTimeZone
untilDate = (NSCalendarDate *) [untilDate dateByAddingYears:0 months:0 days:0 hours:0 minutes:0
seconds:-offset];
}
[currentRule setUntilDate: untilDate];
}
[fixedRules addObject: currentRule];
}
Expand Down

0 comments on commit 9ed1cc4

Please sign in to comment.