Fix JSCalendar without recurrence rule#3197
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files@@ Coverage Diff @@
## develop #3197 +/- ##
=============================================
+ Coverage 58.87% 59.09% +0.22%
- Complexity 173 181 +8
=============================================
Files 2619 2662 +43
Lines 113027 114360 +1333
Branches 8318 8407 +89
=============================================
+ Hits 66536 67565 +1029
- Misses 44000 44266 +266
- Partials 2491 2529 +38 🚀 New features to boost your workflow:
|
|
@michaelgrill Can you please validate? Shouldn't the |
It doesn't work because
|
|
@sfeilmeier |
Thanks for your quick response. Your suggestion also works and is slightly more elegant, so I changed it accordingly. |
|
Thank you all! 👍🚀 |

Previously, a
NullPointerExceptionwas thrown when parsing aJSCalendar-Entry without a recurrence rule. This is fixed here, and JUnit tests are added.