Add GitHub Action: Google Calendar integration for meetup issues#566
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…issing 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
매주 새 모각코 이슈가 생성될 때 자동으로 Google Calendar에 이벤트를 등록하고, assignee를 guest로 추가하는 GitHub Action 추가.
워크플로우 구성
1.
add-to-google-calendar.yml— 이슈 생성 시 캘린더 이벤트 생성issues: openedNth online meetup, YYYY-MM-DD)extendedProperties에 저장2.
add-assignee-to-calendar.yml— Assignee 할당 시 캘린더 guest 추가issues: assignedCALENDAR_EMAIL_MAPrepository variable에서 username으로 조회등록되는 이벤트 정보
온라인 모각코 N회필요한 GitHub Secrets
GOOGLE_SERVICE_ACCOUNT_KEYGOOGLE_CALENDAR_ID필요한 GitHub Variables (선택)
CALENDAR_EMAIL_MAPSettings → Secrets and variables → Actions → Variables 탭에서 추가.{"username1": "email1@gmail.com", "username2": "email2@gmail.com"}워크플로우 로그에서 아래 메시지가 출력되면 해당 사용자를 추가하면 됩니다.