質問編集履歴
3
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
毎回エラーになる訳では無く、また公式にContactsAppが[廃止された情報は見当たらない](https://developers.google.com/apps-script/guides/support/sunset)のですが、
|
6
6
|
|
7
|
-
ContactsAppクラスがContactAPIのラッパーであるならばやはり廃止と見た方が良いのでしょうか。
|
7
|
+
ContactsAppクラスがContactsAPIのラッパーであるならばやはり廃止と見た方が良いのでしょうか。
|
8
8
|
|
9
9
|
しかしエラーになったりならなかったりする理由が分かりません。移行期間ということでランダムにエラーを返しているのでしょうか?
|
10
10
|
|
2
脱字修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
```GAS
|
18
18
|
|
19
|
-
funcion getName{
|
19
|
+
funcion getName(){
|
20
20
|
|
21
21
|
var name = ContactsApp.getContact("メールアドレス").getFamilyName();
|
22
22
|
|
1
脱字修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
またContactAPIの後継としてPeopleAPIが提供されていますが、ContactsAppの後継となるようなクラスはあるのでしょうか。
|
13
|
+
またContactsAPIの後継としてPeopleAPIが提供されていますが、ContactsAppの後継となるようなクラスはあるのでしょうか。
|
14
14
|
|
15
15
|
|
16
16
|
|