-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
ICS with exdate not processed #338
Comments
one thing to note is that our testcase sets the date to "14 Sep 2023 12:30:00 GMT+10:00" so this event is in the past technically if you useany recent date.. |
this is a false report.. the problem with that output is JSON.stringify() wont return the complex structure in the exdate array.. using console.log("message", exdate) works correctly .. the REAL problem is the exdate is converted to UTC time.. so the DATE is the next day, and that DATE is used as the key to match events in the between() return.. 11-01 between date will never match 11-02 (utc) exdate i have fix for this problem.. want to test some more.. cause it affects every date |
does anyone know how to code a vows testcase that sets a run date and extract the exdate field and checks its contents? exdate is a hash yyyy-mm-dd: full timestsmp for this testcase there are 2 excluded dates from the rrule return i want to check the rrule.between return and the exdate |
we have a testcase for excluded dates in recurrence, with v 19 those are not in the parsed ics output
parsed output
The text was updated successfully, but these errors were encountered: