Tags: calcom/cal.com
Tags
fix: provide meetingStartTime for test preview to prevent 'Meeting st… …art time is required' crash (#24379) * fix: provide meetingStartTime for test preview to prevent RR timestamp error When Round Robin timestamp basis is set to START_TIME, the system requires a meeting start time to calculate the interval for load balancing. Test Preview doesn't have a real meeting time since it's just simulating the routing logic. This fix provides the current time (new Date()) as the meetingStartTime when calling getOrderedListOfLuckyUsers in test preview mode. This allows the Round Robin calculation to proceed using the current interval for realistic ordering while still being in preview mode. Fixes the 'Meeting start time is required' error that occurs when users click Test Preview on routing forms with Round Robin timestamp basis set to START_TIME. Co-Authored-By: hariom@cal.com <hariombalhara@gmail.com> * add comment --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
PreviousNext