參考文件:google calendar api - javascript範例
上面的參考文件使用 OAuth 2讀取非公開的日曆步驟如下:
1. Google Developers Console創件一個 project (如果有就省略)
2. API的部份記得要開通 calendar API
3. 到憑證 (Credentials)至少要有一個 web application憑證
a. Authorized JavaScript Origins記得要輸入網址如http://localhost:8000
,可以是 IP或是 domain name,可以多個,這是你實際 javascript讀取 API要識別的。
b. Authorized Redirect URIs 要清空