I am working on the Schedule in PrimeNG
I am facing the issue how to add time to the Schedule. I see that it only can add date to the Schedule and adjust the time more than 30 minutes. It can't adjust the duration time lower than 30 minutes.
I am using Angular 2 technology in my app. Do you have any ideas for my case ? I want to create the Schedule like Microsoft Outlook. It can add the time and date to the Schedule.
I am using this sample code from PrimeNG
You linked the documentation yourself, it says that the property slotDuration
allows you to set the desired time slot duration.