Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
gog CLI로 Google Calendar를 자연어로 관리하기
"오늘 일정 알려줘" "이번 주 미팅 뭐 있어?" "다음 주 월요일 비어있는 시간은?"
# 오늘 일정 gog calendar list --today # 이번 주 일정 gog calendar list --week # 기간 지정 gog calendar list --from "2026-02-11" --to "2026-02-15"
"내일 오후 2시에 치과 예약 넣어줘" "금요일 10시에 팀 미팅 1시간 잡아줘"
gog calendar add \ --title "치과 예약" \ --start "2026-02-12T14:00:00+09:00" \ --duration "1h" \ --location "강남역 서울치과" gog calendar add \ --title "팀 미팅" \ --start "2026-02-13T10:00:00+09:00" \ --duration "1h" \ --attendees "alice@company.com,bob@company.com"
# 일정 수정 gog calendar edit <event-id> --title "치과 예약 (변경)" --start "2026-02-12T15:00:00+09:00" # 일정 삭제 gog calendar delete <event-id>
openclaw cron add --name "morning-calendar" \ --cron "0 7 * * *" --tz "Asia/Seoul" \ --message "오늘 일정 확인하고 브리핑해줘. 준비할 것이 있으면 알려줘." \ --announce --session isolated
# HEARTBEAT.md ## 캘린더 - `gog calendar list --today` 실행 - 2시간 내 일정 있으면 알림 - 준비사항 리마인드
사용자: "다음 주에 김대리랑 미팅 잡아줘. 오전이 좋겠어." OpenClaw 동작: 1. gog calendar list --next-week (빈 시간 확인) 2. 오전 중 비어있는 슬롯 찾기 3. 사용자에게 후보 시간 제안 4. 확인 후 일정 생성
사용자: "내일 미팅 준비해줘" OpenClaw 동작: 1. 내일 미팅 목록 조회 2. 각 미팅의 참석자, 안건 확인 3. 관련 이메일/문서 검색 4. 준비 요약 브리핑
--calendar "업무"