How to create a schedule for 3 people where person is on call for 8 hours a day. I’m able to create this schedule without any problem. What I want next though is to shift the schedule after a week.
For eg- let’s say oncall schedule for the week 1 is as follows -
user a - 12 am to 8am
user b - 8am to 4pm
user c - 4pm to 12am
for the week 2, i want to offset the user’s schedule to 8 hours -
user b - 12am to 8am
user c - 8am to 4pm
user a - 4pm to 12am
how do i achieve this?