mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
fix(calendar): remove time from until date of rrule of all-day event
See RFC 5545, section 3.3.10 Recurrence Rule.
This commit is contained in:
@@ -102,6 +102,7 @@ extern NSString *iCalWeekDayString[];
|
||||
- (int) repeatCount;
|
||||
|
||||
- (void) setUntilDate: (NSCalendarDate *) _untilDate;
|
||||
- (void) setUntil: (NSString *) _until;
|
||||
- (NSCalendarDate *) untilDate;
|
||||
|
||||
- (BOOL) isInfinite;
|
||||
|
||||
Reference in New Issue
Block a user