-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Better fixes for #3291 and the underlying exdate issues #3342
Conversation
so, whats this PR about actually ;-) ? |
It’s a WIP for better fixes for #3291 and the underlying exdate issues. I’m still seeing breakthrough events that have been excluded showing up. Stay tuned… |
@jkriegshauser note that we changed rrule processors this release,(dragged in from node-ical) and are seeing weird results. skipped dates (null returned where date should be) |
Odd, where is the null date being returned? |
from the rrule.between in calendarfetcherutils.js
from a user with problem |
@sdetweil thanks, can you provide a link to the forum comment? The URL in the image doesn't seem to take me anywhere. |
Thank you for your work! In case we need to look at the PR again later: Can you write in the initial comment what was changed? I think the text from the changelog would suffice. |
I updated the description. |
Ah I was just working on this.
…On Mon, Jan 22, 2024 at 10:31 AM Karsten Hassel ***@***.***> wrote:
Can you write in the initial comment what was changed? I think the text
from the changelog would suffice.
I updated the description.
—
Reply to this email directly, view it on GitHub
<#3342 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM6MX66H5XALJPTGOWQVL3YP2WA7AVCNFSM6AAAAABBSLD2N2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBUGU3TKNBSG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Alright, should be gtg now |
262c5ed
to
7628e42
Compare
Sorry for delaying this longer than needed. Thanks for your work (and the insane amount of tests ;-) |
Yep, planning on finishing those up when I get some time 😄
…On Fri, Jan 26, 2024 at 10:59 PM Veeck ***@***.***> wrote:
Sorry for delaying this longer than needed. Thanks for your work (and the
insane amount of tests ;-)
Now only some doc updates are needed ;-)
—
Reply to this email directly, view it on GitHub
<#3342 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM6MX6GDBMU5EBDHKAU53TYQSQUZAVCNFSM6AAAAABBSLD2N2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJTGA2DGNRRHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
moment
and js'sDate
class.forceUseCurrentTime
(default:false
) which will ignore overriddenDate.now
in the config in order to keep some tests consistent.