We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If we have recurrences that start at midnight and are asking for recurrences on a given day, then endDate is startDate + 24 hours.
The specified interval is always a closed, open range, i.e. it should exclude the end of the range.
We are getting the occurrence that match the end of the range here.
The text was updated successfully, but these errors were encountered:
#47 Clean up RecurrenceExpander.java
cf13d7d
#47 Clean up InstanceList.java
f335276
#47 Add test for midnight in RecurrenceExpanderTest
be6c1f2
#47 Don't add recurrences to InstanceList if not strictly before rang…
966cd77
…eEnd To workaround ical4j/ical4j#603
nealeu
No branches or pull requests
If we have recurrences that start at midnight and are asking for recurrences on a given day, then endDate is startDate + 24 hours.
The specified interval is always a closed, open range, i.e. it should exclude the end of the range.
We are getting the occurrence that match the end of the range here.
The text was updated successfully, but these errors were encountered: