Skip to content

fix: add error handling for Google Calendar API failures#869

Open
Siddh2024 wants to merge 1 commit into
shouri123:mainfrom
Siddh2024:fix/823-calendar-api-error-handling
Open

fix: add error handling for Google Calendar API failures#869
Siddh2024 wants to merge 1 commit into
shouri123:mainfrom
Siddh2024:fix/823-calendar-api-error-handling

Conversation

@Siddh2024

Copy link
Copy Markdown
Contributor

Fixes #823 - adds proper error handling for Google Calendar API calls with user-friendly error messages and retry options

@Siddh2024
Siddh2024 requested a review from shouri123 as a code owner July 11, 2026 12:31
@coderabbitai

coderabbitai Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@Siddh2024, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 57 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 9165a4da-0ab3-4034-8d09-fa7ae4fa214b

📥 Commits

Reviewing files that changed from the base of the PR and between d216444 and e407af2.

📒 Files selected for processing (1)
  • src/utils/googleCalendar.ts

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added gssoc Official GSSoC contribution issue gssoc:approved GSSoC: PR approved and scored type:code Type: Code change and removed gssoc Official GSSoC contribution issue gssoc:approved GSSoC: PR approved and scored labels Jul 11, 2026
Google Calendar API calls were made without error handling. Network
errors, expired tokens, or rate limits caused a blank screen with no
user feedback.

Adds try/catch blocks and user-friendly error messages with retry
options.

Fixes shouri123#823
@github-actions

Copy link
Copy Markdown
Contributor

🚀 Thank You for Contributing to Late-Meet

Please ensure that:

  • the issue was assigned to you before opening this PR
  • the PR references the related issue
  • your changes follow repository contribution guidelines
  • the project builds successfully before submission

Unassigned, duplicate, or low-quality PRs may be closed.

Thank you for contributing 💙

@github-actions github-actions Bot added bug Something isn't working size/M labels Jul 11, 2026
@github-actions

Copy link
Copy Markdown
Contributor

👋 Thank you @Siddh2024 for your contribution to Late-Meet!

✅ Verified: You are assigned to the linked issue #823.

Please review any automated suggestions or code review comments that may appear below! We will review your PR as soon as possible!


Please consider starring the repository ⭐ to show your support!

@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working size/M type:code Type: Code change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] No error handling when Google Calendar API request fails

1 participant