Replace service account with OAuth2 for calendar attendee management#572
Merged
Conversation
…endee management Service accounts cannot invite attendees without Domain-Wide Delegation, which is unavailable for personal Google accounts. Switch to OAuth2 user credentials (stored as GitHub secrets) to add guests to calendar events. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
add-assignee-to-calendar.yml: 서비스 계정 → OAuth2 사용자 인증으로 교체scripts/get_calendar_oauth_token.py: 일회성 refresh token 발급 헬퍼 스크립트 추가변경 이유
서비스 계정은 Domain-Wide Delegation 없이 캘린더 참석자를 초대할 수 없으며, 개인 Google 계정에서는 DWD를 사용할 수 없습니다.
사전 작업 (PR merge 후 필요)
GOOGLE_OAUTH2_CLIENT_IDGOOGLE_OAUTH2_CLIENT_SECRETGOOGLE_OAUTH2_REFRESH_TOKENTest plan
🤖 Generated with Claude Code