Skip to content
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

Show "Add to calendar" on booking confirmation page for non-host users #17749

Open
nikwen opened this issue Nov 19, 2024 · 0 comments · May be fixed by #17761
Open

Show "Add to calendar" on booking confirmation page for non-host users #17749

nikwen opened this issue Nov 19, 2024 · 0 comments · May be fixed by #17761
Labels
✨ feature New feature or request 🚨 needs approval This feature request has not been reviewed yet by the Product Team and needs approval beforehand

Comments

@nikwen
Copy link

nikwen commented Nov 19, 2024

Is your proposal related to a problem?

When I am logged into my Cal.com account and use my own meeting link, I see an awesome section "Add to calendar" on the booking confirmation page:

Screenshot

This section is not visible when someone else uses my booking link (e.g. a customer).

However, having a way for my customers to add an event to their calendars from the booking page could dramatically help prevent no shows.

When the event is only sent via email, some people forget to add it to their calendars.

Describe the solution you'd like

I'd love it if my customers saw the same "Add to calendar" section after booking an event with me.

That would remind them to make sure the event makes it onto their calendars.

Describe alternatives you've considered

Currently, attendees have to go into their email inbox and add the event to their calendar.

Sometimes people forget, and then they don't show up to meetings.

Additional context

This is the condition controlling the section:

{userIsOwner &&
!needsConfirmation &&
!isCancellationMode &&
isReschedulable &&
!!calculatedDuration && (

I know that you show a "Create your own booking link with Cal.com" section in the same place if the host hasn't disabled Cal.com branding.

So for me it would be fine if this section only showed up for paid accounts that have Cal.com branding disabled. (I'm happy to pay just for this feature!) Alternatively, you could show both sections.

Requirement/Document

None


House rules
  • If this issue has a 🚨 needs approval label, don't start coding yet. Wait until a core member approves feature request by removing this label, then you can start coding.
    • For clarity: Non-core member issues automatically get the 🚨 needs approval label.
    • Your feature ideas are invaluable to us! However, they undergo review to ensure alignment with the product's direction.
    • Follow Best Practices lined out in our Contributor Docs
@nikwen nikwen added ✨ feature New feature or request 🚨 needs approval This feature request has not been reviewed yet by the Product Team and needs approval beforehand labels Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request 🚨 needs approval This feature request has not been reviewed yet by the Product Team and needs approval beforehand
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant