🦀 ClawHub
Andrew Google Calendar
by @ibluewind
Google Calendar API ���� �� 조�, ��, ��, �� �리. OAuth 2.0 �� ��. ���� �� �린��� ��� ���고 �리�� � ��.
⚙️ Configuration
1. OAuth ������� �� ��
# Google Cloud Console �� OAuth ������� �� ����
https://console.cloud.google.com/apis/credentials
�� ��� � ����리� 복�
cp ~/Downloads/client_secret_*.json ~/.google-credentials.json
2. �존� ��
pip install google-api-python-client google-auth-httplib2 google-auth-oauthlib
3. �� ����
cd /Users/andrew/.openclaw/workspace/google-calendar
python3 scripts/oauth_setup.py
첫 ��� ����� �리고 Google ���� �그�� � ��� ����� ����.
📋 Tips & Best Practices
"OAuth ������� �� ��� ����" ��:
client_secret_XXXXXX.json ��� ~/.google-credentials.json �� 복��� ���:
rm ~/.google-calendar-token.pickle�� ��:
TERMINAL
clawhub install andrew-google-calendar