So basically, Repeating Group with 7 columns for each Day (Set of options Days), and within each Day, Repeating Group with time frames (Set of Options Hours).
What I need help with is: how can I attach the real dates and times to these repeating groups once someone schedules a Task? E.g. when someone schedules a Task for Monday at 07:00, how to attach the real date and time to that task? I’ve been brainstorming on these and couldn’t really get an idea on how to make this…
I would use the built in ‘current date/time’ dynamic expression to help with filtering the values from the calendar tool plugin…you may also look at other date plugins…one is 1T list of dates
Keep in mind, a day of the week is a number (Sunday =0, Monday =1 etc.)
I would use the list shifter element to utilize it’s process list workflow to take a date, and from that create through the process workflow a list of dates that are the same date, but the different hour value. Then the repeating group would display the list shifters processed list.