cal.com
cal.com copied to clipboard
Reschedule before confirming
Is your proposal related to a problem?
Hi team, we use cal.com for demo booking, however, it's getting headache "when someone try to book and waiting for approval, but you want them to change a time." Currently, you have to accept first and then try to reschedule which is not working, people may get confused about the final time. Is it possible to leave msg first?
Moving this from Slack to an issue: https://app.slack.com/client/T01N4FWPGPP/C01NXDSRY9W
(Write your answer here.)
Describe the solution you'd like
The best solution would be having an option to reschedule the event before confirming it. (Describe your proposed solution here.)
that's a fair point. I think we could add the "Request Reschedule" button in the email too. @alannnc what do you think?
In case it's needed, here is the Accept/Reject backend code: https://github.com/calcom/cal.com/blob/main/apps/web/pages/api/link.ts
The frontend code: https://github.com/calcom/cal.com/blob/main/packages/emails/src/templates/OrganizerRequestEmail.tsx
@PeerRich @a0m0rajab I recently had a look at the email template while going through an issue. Kindly assign this issue to me and I will create a PR asap.
@a0m0rajab @PeerRich I would like to work on this if this issue is still up for grabs.
though I have a few doubts regarding this, I checked up the email and even the dashboard, a reschedule button is already present. So was this feature already added or is there something else that is expected to be done here?