jkbrzt / rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.
https://jkbrzt.github.io/rrule
Other
3.3k stars 514 forks source link

Add EXDATE that defines the list of date/time exceptions for a recurring calendar component. #53

Closed daihuaye closed 8 years ago

daihuaye commented 10 years ago

Here is the link for EXDATE: http://www.kanzaki.com/docs/ical/exdate.html

charlierudolph commented 10 years ago

Definitely need this

jfrumar commented 10 years ago

Us too

peluja1012 commented 10 years ago

:+1:

daihuaye commented 10 years ago

Please take a look at https://github.com/abpoms/rrule, my friend has did something for the exdate because my project need this feature. We have not done completely based on the exdate document. What we have done is adding a new property("exdate") to accept only dates. It will avoid dates in the recurring rule in our project.

27leaves commented 9 years ago

+1

espen commented 9 years ago

btw there are already tests for this but not running and nothing in the code. https://github.com/jakubroztocil/rrule/blob/29091be0dd5ff51613d747a69acbbd5f57bfb9e3/tests/tests.js#L2449

grabus commented 9 years ago

+1

simshaun commented 9 years ago

:+1:

island205 commented 9 years ago

+1

ashupp commented 9 years ago

+1

juampolo commented 8 years ago

+1

jkbrzt commented 8 years ago

Implemented in current master.