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:
Francis Lachapelle
2022-08-15 13:25:35 -04:00
parent ea06fa7cbf
commit 3f7fef0788
3 changed files with 33 additions and 10 deletions

View File

@@ -102,6 +102,7 @@ extern NSString *iCalWeekDayString[];
- (int) repeatCount;
- (void) setUntilDate: (NSCalendarDate *) _untilDate;
- (void) setUntil: (NSString *) _until;
- (NSCalendarDate *) untilDate;
- (BOOL) isInfinite;