calcom / cal.com

Scheduling infrastructure for absolutely everyone.
https://cal.com
Other
32.55k stars 8.06k forks source link

[CAL-4431] RescheduledBy feature needs more fixes #16877

Open alishaz-polymath opened 1 month ago

alishaz-polymath commented 1 month ago

After a successfully rescheduling a booking using the rescheduledBy url parameter. ie- /reschedule/{{uuid}}?rescheduledBy=test@test.test   The user is then redirected to the booking/{{uuid}} url for the booking success/confirmation page.

From SyncLinear.com | CAL-4431

naaa760 commented 1 month ago

Hello!! @alishaz-polymath

``Include rescheduledBy Parameter in Redirect: Append the rescheduledBy parameter to the redirect URL for the booking confirmation page to retain essential information.``

**Update Reschedule Button Logic:** Modify the Reschedule button to check for both rescheduledBy and cancelledBy parameters, allowing seamless future rescheduling for users.