calcom / platform-starter-kit

Cal.com Platform: Starter Kit
https://experts.cal.com
MIT License
143 stars 17 forks source link

Links in emails and google calendar event should redirect to the page where a booking can be cancelled / rescheduled #33

Open ThyMinimalDev opened 2 weeks ago

ThyMinimalDev commented 2 weeks ago

platform api is adding links like so in the emails / google calendar event

https://experts.cal.com/:bookingUid?slug=event-type-slug&username=managed-user-username

we need to implement a mechanism that uses the query params to redirect to the correct app router page which is

experts.cal.com/:expertUsername/booking/:bookingUid

this is the page where a booking can be rescheduled / canceled