...
SARJ Project Calendar calculates the time of user calendar based on Rotation type like based fixed Rotation or Round Robin Rotation.
If its In a Round Robin type of rotation from 11 AM to 8 PM with two participants, then the calendar will assume that both of the participants will be busy occupied from 11 AM to 8 PM because as tickets/task will distribute equally.So, it assumes both of the participant will be busy during tasks are distributed equally. This means that both participants will be considered busy during the Rotation Start and End Time.
If its On the other hand, in a Fixed type of rotation from 11 AM to 8 PM with 2hr 2-hour intervals and with two participants A & B, then the calendar will assume that allocate time slots accordingly. For instance, User A will may be busy scheduled from 11 AM to 1 PM then while User B will be busy takes over from 1 PM to 3 PM. then for next 2 hours again user A then user B. So, it assumes 2hr fixed assignment for each participant.This pattern continues with each participant having a fixed assignment of two hours.
These distinct approaches help in organizing schedules efficiently based on different rotation types and participant assignments.
...