Closed sdetweil closed 3 weeks ago
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