-
Notifications
You must be signed in to change notification settings - Fork 231
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
RRULE UNTIL Property Should Be Inclusive #320
Comments
Your DTEND makes no sense. You’ve specified a 7 day long event that repeats daily for five days. |
My apologies for the offending DTEND. Following is the code using the original VEVENT snippet:
It only produces 4 occurrences. Using Ical.Net v3.0.12 obtained in VS2013 using NuGet. |
rianjs
pushed a commit
that referenced
this issue
Nov 9, 2017
…RULE match the time zone of the DTSTART property. UNTIL should also be inclusive. Fixed a unit test that asserted the wrong values, and eliminated the coercion to UTC when evaluating UNTIL-based RRULEs. #320
Fixed in nuget version 4.0.0: https://www.nuget.org/packages/Ical.Net/4.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the case below the getOccurences() method is not returning the last day of the repeated event.
The text was updated successfully, but these errors were encountered: