全日历排除重复事件中的日期反应

时间:2020-07-14 09:19:32

标签: reactjs fullcalendar

我有一个对象的事件数组,用于在完整日历中重复发生事件。

 eventArray = [{
                date: new Date(),
                startRecur: new Date(),
                endRecur: null,
                start_time:new Date("2020-07-14 10:00:00"),
                end_time: new Date("2020-07-14 14:00:00"),
                daysOfWeek: [0,1,2,3,4,5,6],
               }]

在此重复事件中,我必须排除某些日期,例如29-07-2020、15-07-2020、20-07-2020 我如何排除这个问题

0 个答案:

没有答案
相关问题