fullcalendar / fullcalendar-react

The official React Component for FullCalendar

Home Page:https://fullcalendar.io/docs/react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to create the event without holidays and weekends and already created events

loganathang444 opened this issue · comments

Events should create expect below dates (holidays and weekends and already created events)

events:[
{
title: event1,
date: 2022-05-23
}
{
title: event2,
date: 2022-05-25
}
{
title: event3,
date: 2022-05-26
}
]

holidays :[
"2022-01-01",
"2022-01-26",
"2022-05-01",
"2022-12-26",
]
weekends all the saterdays and sundays

Please refer to the support page and use Stack Overflow for help. If this is a bug, please supply a runnable, stripped-down demonstration.