We have an problem in displaying the below requirement in the fullcalendar in an content editor webpart
Holiday: Start Date – 02.08.2019 End Date – 03.08.2019 Event: Start Date – 02.08.2019 End Date – 08.08.2019
Holidays are highlighted in red Events are highlighted in green
Now for in my calendar, Holidays are the first preference if they both occur in same date which i have already handled.
But what happens if the dates are same then event slot which is created (complete start to end date ) are considered as holidays which is wrong.
So i need to handle, if the event and holiday occur in the same date show holiday. But after the holiday is completed it should start showing the events.
Kindly let me know your suggestions on how to handle this. We also have full calendar plugin. Any code snippets or sample reference would also help ?
Thanks.