-
-
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
calendar recurring events are broken since update to node-ical v0.15.x #2913
Comments
sure, and I am pushing a pr to node-ical for the darned MS timezones again.. |
well, the REAL problem on the testcase failing is garbage in the testcase in the timezone section, which we don't use, nor ical this
should be changed to this
tested with node-ical v0.15.1 |
Thanks, the garbage was in the file since first commit ... So I will fix this with the tests. |
Tests are fine now, closing this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because of #2911 this was not detected earlier.
We upgraded node-ical from
v0.13.0
tov0.15.1
with mm releasev2.19.0
.With the newer node-ical version the recurring event tests are not working anymore, I disabled them until this is solved.
Loading
tests/configs/data/calendar_test_recurring.ics
fails withI'm to far away from the calendar stuff to solve this at the moment, may @sdetweil can take a look? Thanks.
Other solution could be a downgrade to node-ical
v0.14.1
which is the latest version working.The text was updated successfully, but these errors were encountered: