This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve generation and handling of repeating all-day events
- make RRULE UNTIL constraint for recurrences the last microsecond of the repeat end date, so the repeat end date is included in the generated occurrence set - ensure all-day events span a full day (less one microsecond) based on their start & end times - improve `time_range_string` description for all-day events spanning just the single day - add unit test for generating repeat occurrences for every day in Oct - minor bug and formatting fixes.
- Loading branch information
Showing
2 changed files
with
59 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters