Google Calendar MCP
JSON →Integrates with the Google Calendar API to manage events and schedules using OAuth2 authentication.
Tools · 7
- list_month_events 지정한 연/월의 모든 일정 목록 조회
- list_day_events 지정한 날짜의 모든 일정 목록 조회
- get_event_detail 일정 ID로 상세 정보 조회
- create_event 새로운 일정 생성 (참여자(이메일) 추가 가능)
- update_event 일정 ID로 일정 정보 수정 (제목, 시간 등)
- delete_event 일정 ID로 일정 삭제
- find_free_slots 특정 날짜의 N분 이상 빈 시간대 찾기 (회의 시간 조율에 유용)