[API] 구글캘린더API(2) - 이벤트 추가 (포스트맨 사용)
·
📁ETC./🪢 API Connection
구글 OAuth를 사용한다. https://soda-dev.tistory.com/60 [API] 구글 OAuth로 토큰(access token) 발급받기 구글 클라우드 플랫폼을 사용하여 연동한다. OAuth토큰 사용 포스트맨 (Postman) 사용 구글 클라우드 플랫폼 https://console.cloud.google.com/ Google Cloud Platform 하나의 계정으로 모든 Google 서비스를 Go.. soda-dev.tistory.com 포스트맨 @Authorization 헤더에 Barrer Token을 선택하고 access_token 넣기 https://www.googleapis.com/calendar/v3/calendars/{calendar_id}/events {calendar_id..