-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added handling of null DTSTART
of recurring instances
#1336
base: main-ose
Are you sure you want to change the base?
Added handling of null DTSTART
of recurring instances
#1336
Conversation
Signed-off-by: Arnau Mora <[email protected]>
I've also added a log message so that if we find some data missing we can know what is it all about. If you don't find it necessary we can remove it. |
What would that mean in our case? Do I understand it correctly that
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about adding a test to verify and document correct behaviour?
I've been looking at how to test this properly, and if I am not wrong, that would mean creating a new test class just like Of course we can add it, but is it really worth it? |
I'd say yes definetly - If the test is relevant we should add it and in this case I find it highly relevant to properly understand (#1336 (comment)), clamp and document the newly added behaviour. |
At least we have a specific iCalendar we could test with… it's surely at least worth the try. If it's absolutely too cumbersome we can still cancel it then
Did you already had a look at that? |
Signed-off-by: Arnau Mora <[email protected]>
Purpose
Fixes #1265 by correctly handling situations where dtstart is null.
Short description
Handled nullability of
DTSTART
of recurring instances by setting the local value to null, which would re-create the local instance.Checklist