Im using the p-schedule component from PrimeNg, its fully dependent on the FullCalendar library.
Im building a calendar for small business, one of the requirements is building a management calendar that track the employee working hours.
I built the component and attach to it the employees working hours schedule, but the specific requirements needs an until property i.e
This emplyee is working from 8:00 AM to 2:00 PM in Sat and Wed for 2 years.
the first part of the requirement is done, but I faced an issue with the 2 years part.
does the FullCalendar business support this approach?
if not, what is the alternative or workarround for this issue?