Fix/google calendar backend routes - #2287
Conversation
|
Thank you for submitting your pull request, @Suprita736! 🙌 |
|
Warning Review limit reachedNext included review available in 53 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
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. Comment |
📝 Pull Request Description
Related Issue
Closes #1793
Summary
Implement the missing backend Google Calendar API required by the existing Interview Prep frontend.
This fixes the Google Calendar functionality that was previously failing because the frontend called
/api/google-calendar/*routes that were not mounted by the backend.The implementation adds the required backend routes for:
Google Calendar credentials are handled on the backend and scoped to the authenticated user.
Type of Change
How Has This Been Tested?
Screenshots (if applicable)
Not applicable — this is a backend/API fix.
Checklist