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

fix: do not send email/SMS if rescheduling to same slot #17507

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

hbjORbj
Copy link
Contributor

@hbjORbj hbjORbj commented Nov 6, 2024

What does this PR do?

  • Fixes CAL-4621
  • Currently, we send a rescheduling email to the attendee when rerouting to the same timeslot. That’s confusing because the time stays the same.

Mandatory Tasks (DO NOT REMOVE)

  • I have self-reviewed the code (A decent size PR without self-review might be rejected).
  • N/A - I have updated the developer docs in /docs if this PR makes changes that would require a documentation change. If N/A, write N/A here and check the checkbox.
  • I confirm automated tests are in place that prove my fix is effective or that my feature works.

Copy link

linear bot commented Nov 6, 2024

@dosubot dosubot bot added the 🐛 bug Something isn't working label Nov 6, 2024
@keithwillcode keithwillcode added consumer core area: core, team members only labels Nov 6, 2024
Copy link

vercel bot commented Nov 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
cal ⬜️ Ignored (Inspect) Visit Preview Nov 8, 2024 2:31pm
calcom-web-canary ⬜️ Ignored (Inspect) Visit Preview Nov 8, 2024 2:31pm

@graphite-app graphite-app bot requested a review from a team November 6, 2024 08:48
@hbjORbj hbjORbj removed the request for review from a team November 6, 2024 08:49
Copy link

graphite-app bot commented Nov 6, 2024

Graphite Automations

"Add consumer team as reviewer" took an action on this PR • (11/06/24)

1 reviewer was added to this PR based on Keith Williams's automation.

Copy link
Contributor

github-actions bot commented Nov 6, 2024

E2E results are ready!

rescheduledMembers,
eventType.metadata
);
if (!reschedulingToSameSlot) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But sometimes user adds more guests in the meeting when rescheduling to the same slot. shouldn't we send the email and sms with updated info in that case?

Copy link
Member

@CarinaWolli CarinaWolli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should still send an email to the hosts, just not to the attendee

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working consumer core area: core, team members only ready-for-e2e
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants