https://console.developers.google.com 에서 API 사용가능하도록 설정 필요
* 특정 캘린더에 일정 추가하기
1. 원하는 캘린더 존재하는지 확인
https://developers.google.com/calendar/v3/reference/calendars/patch
1-1. 일정을 추가할 구글 캘린더 만들기
https://developers.google.com/calendar/v3/reference/calendars/insert
2. 캘린더에 정보 추가
https://developers.google.com/calendar/v3/reference/events/insert
* 내 캘린더 일정 확인하기
1. 캘린더 ID 확인하기
https://developers.google.com/calendar/v3/reference/calendarList/list
2. 캘린더ID로 일정 가져오기
https://developers.google.com/calendar/v3/reference/events/list
'Programmer > etc.' 카테고리의 다른 글
Google Calendar API - 1.1. GCP 설정: 프로젝트 생성 및 API 사용 설정 (0) | 2020.09.10 |
---|---|
Google Calendar API - 0. 시작하기 (0) | 2020.09.09 |
내 Mac에서만 ssh 접속시 한글이 깨질 때 (0) | 2020.06.18 |
When the Virtualbox microphone doesn't work. (0) | 2020.05.22 |
mysql과 웹 사이의 한글연동 문제 (0) | 2015.11.11 |