docs: note skill-calendar expiry datetime fix

This commit is contained in:
Claude-51124 2025-12-04 20:39:38 +09:00
parent f4af26631f
commit 3bac534e9b

View File

@ -194,6 +194,7 @@ docker compose down && docker compose up -d --build
- [x] auth-server에 자동 갱신 API 구현
- [x] test@gmail.com 계정 테스트 완료
- [x] DB 연결 및 구조 확인
- [x] 2025-12-04: skill-calendar `google_calendar_service.py`에서 `gmail_token.expiry`를 문자열이 아닌 datetime으로 저장하도록 수정 (asyncpg 타입 에러 해결)
### 8.2 TODO
- [x] 0914eagle@gmail.com 토큰 갱신 완료 (2025-08-27 10:34 - 리프레시 토큰으로 자동 갱신)