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.34k stars 513 forks source link

multi-datetime can't work about 'exdate' #434

Open duanzj-sdyx opened 4 years ago

duanzj-sdyx commented 4 years ago

hello,there,i use the rrule string just like that 'DTSTART:20200201T023000Z\nRRULE:FREQ=MONTHLY\nEXDATE:20200601T023000Z,20200701T023000Z' the datetimes can't exclude from the calendar it works just assign one datetime how should i use?