I’m checking out the example of Lori Timesheet. Waht i’ve noticed that with the setting of 1 holiday e.g. set a holiday: startDate = 01/07/2020, endDate=01]07/2020, the day is not displayed in the Calendar and even in the weekly timesheet registration it’s not marked as a holiday. If i change the endDate to 02/07/2020, two days are shown in the calendar as holiday and in the weekly timesheet registration 01/07/2020 is marked as a holiday. Is there a way to fix this?
Lori is an example application, not a product solution, therefore, there might be some issues. But from your description it is quite hard to understand what you’re going to achieve. Could you provide more information on what you want to do with the calendar?
I’m trying to use this sample to build my own app. In this sample there’s is an option to set holidays. A holiday is mostly one day. Startdate (dd/MM/yyyy) 03/07/2020 and enddate should be the same day 03/07/2020. When i select the startdate and enddate (03/07/2020) the holiday is not displayed in the calandar. When i select the startdate 03/07/2020 and enddate 04/07/2020 two days are shown in the calandar.
Note that though Lori Timesheets sample is based on a real application, this particular repository is just a sample. So it’s not regularly maintainted with bug fixes.