tritech / node-icalendar

iCalendar parser and generator for Node.js
MIT License
234 stars 50 forks source link

RRule Events and DTEND #19

Open vader722 opened 10 years ago

vader722 commented 10 years ago

Hi, im having trouble with VEVENTS containing RRules and DTEND property. When using rrule.nextOccurences or vevent.inTimeRange dates are only computed until the DTEND and not until the UNTIL statement in the RRule. Unfortunatly im not able to fix it by myself...

Best regards vader722