-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CAL-4864] Recurring events 'No available users found' error #18072
Comments
Hi @CarinaWolli, Issue Replication Scenario for Recurring Events BookingScenario to Replicate the Bug in the Production Environment
Expected Behavior:
Actual Behavior:
Current Date in Example: December 10th Clarification:Is my interpretation correct? Or should User B get both December 11th and December 25th instead of just December 11th? |
No. After December 18th is booked, then Dec 11th should not even be shown as available anymore if we are trying to book more occurrences. Currently, we check on booking confirmation the availability of the first two slots. We need to do the same for when loading slots, so also check for first two slots when loading slots
Correct |
By that logic, the user shouldn't see any slots as available right? Since for my scenario if I only have Dec 11, 18 and 25 as availability. 18 is already booked. 11 cant be visible since it's next slot (ie 18) is already booked. And 25 cannot be booked since there is not availability after 25. Can this statement be considered correct - "Every availability must have a consecutive availability for it to show for recurring events" Also, if the user manually updates the occurences input box to 1, then will 11 and 25 be visible? [Edge case I think] |
We are also struggling a lot with this issue. Would be extremely grateful to see it fixed. Happy to contribute if needed. |
If occurrence is 1 it should show all slots and not check the availability for the second slot |
For recurring events, we want to check the availability for the first two slots only. If other slots are not available the booking should still go through.
Currently, it throws an error when the second slot is not available:
We need to make sure to only load slots when the first two are available. We never want to throw this error.
From SyncLinear.com | CAL-4864
The text was updated successfully, but these errors were encountered: