today i can calculate the endDate by using the generator function 'calculateProjectedXDateWithDuration' when i pass in the startDate and duration of the event.
But how can i calculate the end date, based on another calendar?
(for example: event is assigned to calendar 'twoShifts' but i want to calculate the end date based on calendar 'threeShifts'
Screenshot 2023-05-29 173531.png (7.45 KiB) Viewed 90 times
So my input is my startDate as date and my duration as number.
But the output is exactly the same as my start Date or the beginning of the working interval.
Any idea what the reason could be?