質問編集履歴

2

記載ミス

2020/06/23 02:05

投稿

aiai8976
aiai8976

スコア112

test CHANGED
File without changes
test CHANGED
@@ -13,6 +13,14 @@
13
13
  classコンポーネントの時には一回だけだったのですが、functionコンポーネントに書き換えるとこのようになりました。
14
14
 
15
15
  原因がわかる方がいましたらコメントお願いします。
16
+
17
+
18
+
19
+ google calendar api 公式ドキュメント
20
+
21
+ [https://developers.google.com/calendar/quickstart/js](https://developers.google.com/calendar/quickstart/js)
22
+
23
+
16
24
 
17
25
 
18
26
 

1

記載ミス

2020/06/23 02:05

投稿

aiai8976
aiai8976

スコア112

test CHANGED
File without changes
test CHANGED
@@ -38,13 +38,13 @@
38
38
 
39
39
  .init({
40
40
 
41
- apiKey: "AIzaSyBtYPjPx7VhzTsKyxwxHo8t-4Br48_7EhQ",
41
+ apiKey: "",
42
42
 
43
- clientId: "144071191541-hneaq23ajirf343jc6s8lus3teo4c8pt.apps.googleusercontent.com",
43
+ clientId: "",
44
44
 
45
- scope: "https://www.googleapis.com/auth/calendar.readonly",
45
+ scope: "",
46
46
 
47
- discoveryDocs: ["https://www.googleapis.com/discovery/v1/apis/calendar/v3/rest"],
47
+ discoveryDocs: [""],
48
48
 
49
49
  })
50
50