Google Calendar API - 0. 시작하기
본문 바로가기


Programmer/etc.

Google Calendar API - 0. 시작하기

서비스의 일정 기능을 위해 Google Calendar API를 서버에 적용했다.
물론 처음이라서 그랬겠지만, 너무 많은 메뉴들 사이에서 한참을 헤멨다.

Google Cloud Platform에도 몇 번을 들어갔다 나왔는지..
(서버에 API를 적용하는 것은 GCP랑은 전혀 상관 없었다.)

이제는 페이지에 숱하게 들어가서 google api만 검색해도 리스트에 나오지만,
아직도 검색 없이 그 탭으로 접근하려 하면 한참 걸린다.

일단 자주 사용 되는 링크는 두 개이다. API 관리 콘솔에서는 API 관리를 위한 엄청 많은 메뉴를 볼 수 있고, 레퍼런스 페이지에서는 API의 도큐먼트와 레퍼런스가 있고, 간단하게 테스트를 해볼 수 있다.
마지막 링크는 샘플 코드를 모아놓은 google의 github 페이지이다.

하나는 API 관리 콘솔: console.cloud.google.com/

 

Google Cloud Platform

하나의 계정으로 모든 Google 서비스를 Google Cloud Platform을 사용하려면 로그인하세요.

accounts.google.com

그리고 또 하나는 레퍼런스 페이지: developers.google.com/calendar/v3/reference?hl=en

 

API Reference  |  Calendar API  |  Google Developers

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trade

developers.google.com

마지막으로 처음에는 꽤 도움 되었던(?ㅎ) Google API 깃허브 페이지 리스트. 다양한 언어의 샘플 코드를 찾아볼 수 있다. 
developers.google.com/calendar/downloads?hl=en

 

G Suite Calendar API: Downloads  |  Google Developers

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trade

developers.google.com

아, 나는 nodejs를 이용해 개발했다.

그래서 nodejs를 이용한 간단한 예제를 함께 실을 예정이다.
(안드로이드 용 글은 꽤 찾아볼 수 있었는데, nodejs를 사용한 글은 별로 없더라..)

 

 


다음글

2020/09/10 - [Programmer/etc.] - Google Calendar API - 1.1. GCP 설정: 프로젝트 생성 및 API 사용 설정

2020/09/10 - [Programmer/etc.] - Google Calendar API - 1.2. GCP 설정: OAuth 인증 설정

2020/09/10 - [Programmer/etc.] - Google Calendar API - 1.3. GCP 설정: 사용자인증 설정

2020/09/10 - [Programmer/etc.] - Google Calendar API - 2. 사용법

2020/09/10 - [Programmer/etc.] - Google Calendar API - 3. 어플리케이션 인증받기

관련글

2020/09/10 - [Programmer/etc.] - Google Calendar API - 번외. 추가 팁