Draft
Implement shared calendar web app with OAuth 2.0 and privacy-protected availability sharing#1
Conversation
Co-authored-by: lamb-chen <80419704+lamb-chen@users.noreply.github.com>
…tion Co-authored-by: lamb-chen <80419704+lamb-chen@users.noreply.github.com>
…ibuting guides Co-authored-by: lamb-chen <80419704+lamb-chen@users.noreply.github.com>
Co-authored-by: lamb-chen <80419704+lamb-chen@users.noreply.github.com>
Co-authored-by: lamb-chen <80419704+lamb-chen@users.noreply.github.com>
Co-authored-by: lamb-chen <80419704+lamb-chen@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add calendar sharing feature with OAuth 2.0 login
Implement shared calendar web app with OAuth 2.0 and privacy-protected availability sharing
Nov 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Built a full-stack web application enabling users to share calendar availability through color-coded busy blocks while maintaining event privacy, using Google OAuth 2.0 for authentication and direct calendar platform integration.
Backend (Node.js + Express)
Frontend (React)
Privacy Implementation
Event details (titles, descriptions, locations) never transmitted or stored. Google Calendar API queries return events, transformed server-side to busy/free blocks only:
Meeting Invitations
Creates events via Google Calendar API with
sendUpdates: 'all', routing invitations through existing calendar infrastructure rather than custom notification system.Security Notes
CodeQL alert for cookie middleware CSRF is false positive—OAuth 2.0 state parameter provides CSRF protection for auth flow, all API routes require authenticated session, and SameSite cookies prevent cross-site attacks. See SECURITY.md for OWASP Top 10 compliance details.
Documentation
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.