-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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-4987] Use original event link for rescheduling cancelled meeting #18507
Comments
Hello @CarinaWolli |
How to reproduce:
What should happen: |
Hello, I tried to reproduce the same error, If we visit the endpoint /reschedule/[uid] and the BookingStatus is ACCEPTED, it redirects us to the URL: If the BookingStatus is CANCELLED, it redirects us to /booking/uid, which shows that the booking is cancelled. However, if we directly visit the URL: |
Interesting, thank you for testing @iharsh02. We should make sure that both reschedule links redirect to the original event link for creating a new booking |
cal.com/packages/features/bookings/lib/handleNewBooking/getOriginalRescheduledBooking.ts Line 9 in e7df1ef
Looking into this issue, I found that the after I am still trying to figure out how to redirect the user to the "Create New Booking" page. It is working as it should work. |
If a user tries to reschedule an already canceled booking, we throw the error
cancelled_bookings_cannot_be_rescheduled
.Same as for past bookings, we do not want to allow rescheduling canceled bookings and instead redirect the user to the original booking link.
From SyncLinear.com | CAL-4987
The text was updated successfully, but these errors were encountered: