Allow to parse recurring calendar events where the start date is before 1900

Some birthday calendar events have a start date before 1900.
This commit is contained in:
Thomas Bachmann
2018-10-03 22:43:29 +02:00
parent 3f083862e7
commit 007b2f0c88
4 changed files with 7 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
### Fixed
- Allow to parse recurring calendar events where the start date is before 1970
- Allow to parse recurring calendar events where the start date is before 1900
### Updated