feat: Calendar Cache#11185
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Ignored Deployments
|
|
Thank you for following the naming conventions! 🙏 |
📦 Next.js Bundle Analysis for @calcom/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Current Playwright Test Results Summary✅ 121 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 09/14/2023 07:57:17pm UTC) Run DetailsRunning Workflow PR Update on Github Actions Commit: 56440b2 Started: 09/14/2023 07:53:42pm UTC
|
| Test Case | Last 7 days Failures | Last 7 days Flakes |
|---|---|---|
|
2FA Tests should allow a user to enable 2FA and login using 2FA
Retry 1 • Initial Attempt |
1.70% (5)5 / 294 runsfailed over last 7 days |
30.27% (89)89 / 294 runsflaked over last 7 days |
📄 packages/embeds/embed-core/playwright/tests/action-based.e2e.ts • 1 Flake
Test Case Results
| Test Case | Last 7 days Failures | Last 7 days Flakes |
|---|---|---|
|
Popup Tests should be able to reschedule
Retry 1 • Initial Attempt |
1.95% (6)6 / 307 runsfailed over last 7 days |
96.42% (296)296 / 307 runsflaked over last 7 days |
|
ouhh exciting |
|
The problem is that the current bottleneck is not the calendars - the bottleneck is the database right now 😓 |
alannnc
left a comment
There was a problem hiding this comment.
Code looks good! Left some NIT changes. Still since it's moving important calendar service methods we still need to test it.
Update: and nows need conflict resolving. |
# Conflicts: # packages/app-store/googlecalendar/lib/CalendarService.ts
| }); | ||
|
|
||
| if (event && event.data.id && event.data.hangoutLink) { | ||
| await calendar.events.patch({ |
There was a problem hiding this comment.
There was a missing await here.
| calendar.events.patch({ | ||
| // Update the same event but this time we know the hangout link | ||
| calendarId: selectedCalendar, | ||
| auth: myGoogleAuth, |
There was a problem hiding this comment.
calendar is already authed
What does this PR do?
Possible downsides
TODO
Type of change
How should this be tested?
Mandatory Tasks