cal.com icon indicating copy to clipboard operation
cal.com copied to clipboard

fix: wrong locale in attendee email ics

Open G3root opened this issue 1 year ago • 5 comments

What does this PR do?

fixes the issue as mentioned in #8893

Type of change

  • Bug fix (non-breaking change which fixes an issue)

G3root avatar May 17 '23 11:05 G3root

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

Name Status Preview Comments Updated (UTC)
cal ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 22, 2023 5:56am
ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 22, 2023 5:56am

vercel[bot] avatar May 17 '23 11:05 vercel[bot]

📦 Next.js Bundle Analysis for @calcom/web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/auth/setup 174.07 KB 324.97 KB 92.85% (🟢 -0.16%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/-

github-actions[bot] avatar May 17 '23 11:05 github-actions[bot]

Current Playwright Test Results Summary

✅ 98 Passing - ⚠️ 3 Flaky

Run may still be in progress, this comment will be updated as current testing workflow or job completes...

(Last updated on 05/22/2023 06:14:03am UTC)

Run Details

Running Workflow PR Update on Github Actions

Commit: 6c4203fc7e39f4a91ffd65eba561891177e2c69d

Started: 05/22/2023 06:02:22am UTC

⚠️ Flakes

📄   apps/web/playwright/event-types.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Event Types tests user -- old-booker can add new event type
Retry 1Initial Attempt
0% (0) 0 / 244 runs
failed over last 7 days
1.23% (3) 3 / 244 runs
flaked over last 7 days

📄   apps/web/playwright/booking-seats.e2e.ts • 2 Flakes

Top 1 Common Error Messages

null

2 Test Cases Affected

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Booking with Seats -- new-booker Reschedule for booking with seats -- old-booker Should reschedule booking with seats and if everyone rescheduled it should be deleted
Retry 1Initial Attempt
0% (0) 0 / 248 runs
failed over last 7 days
84.27% (209) 209 / 248 runs
flaked over last 7 days
Booking with Seats -- old-booker Reschedule for booking with seats -- old-booker Should reschedule booking with seats and if everyone rescheduled it should be deleted
Retry 1Initial Attempt
0% (0) 0 / 248 runs
failed over last 7 days
19.35% (48) 48 / 248 runs
flaked over last 7 days

View Detailed Build Results


deploysentinel[bot] avatar May 17 '23 12:05 deploysentinel[bot]

@CarinaWolli pushed some changes

G3root avatar May 18 '23 12:05 G3root

@zomars @CarinaWolli pushed some changes to address the requested changes

G3root avatar May 18 '23 19:05 G3root