Hello
We use the SfSchedule tool for the shift plan in our application. The user interface is very good and definitely meets our needs.
In an example scenario: We define a morning shift between 08:00 - 12:00 every day. It creates a record like the one below.
StartTime: 2022-01-02 08:00:00.0000000
EndTime: 2022-01-02 12:00:00.0000000
RecurrenceRule : FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR;INTERVAL=1;
I want to generate report using this definition. For example:
How many working hours on which days?
In this case, how can I use the structure in the RecurrenceRule field in the query in the easiest and fastest way.
Regards
Thank you