Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Contacts
ContactGroup
Interface ContactGroup
A ContactGroup is is a group of contacts.
interface
ContactGroup
{
addContact
(
contact
:
GoogleAppsScript
.
Contacts
.
Contact
,
)
:
GoogleAppsScript
.
Contacts
.
ContactGroup
;
deleteGroup
()
:
void
;
getContacts
()
:
GoogleAppsScript
.
Contacts
.
Contact
[]
;
getGroupName
()
:
string
;
getId
()
:
string
;
getName
()
:
string
;
isSystemGroup
()
:
boolean
;
removeContact
(
contact
:
GoogleAppsScript
.
Contacts
.
Contact
,
)
:
GoogleAppsScript
.
Contacts
.
ContactGroup
;
setGroupName
(
name
:
string
)
:
void
;
setName
(
name
:
string
)
:
GoogleAppsScript
.
Contacts
.
ContactGroup
;
}
Index
Methods
add
Contact
delete
Group
get
Contacts
get
Group
Name
get
Id
get
Name
is
System
Group
remove
Contact
set
Group
Name
set
Name
Methods
add
Contact
addContact
(
contact
:
GoogleAppsScript
.
Contacts
.
Contact
,
)
:
GoogleAppsScript
.
Contacts
.
ContactGroup
Parameters
contact
:
GoogleAppsScript
.
Contacts
.
Contact
Returns
GoogleAppsScript
.
Contacts
.
ContactGroup
delete
Group
deleteGroup
()
:
void
Returns
void
get
Contacts
getContacts
()
:
GoogleAppsScript
.
Contacts
.
Contact
[]
Returns
GoogleAppsScript
.
Contacts
.
Contact
[]
get
Group
Name
getGroupName
()
:
string
Returns
string
Deprecated
DO NOT USE
get
Id
getId
()
:
string
Returns
string
get
Name
getName
()
:
string
Returns
string
is
System
Group
isSystemGroup
()
:
boolean
Returns
boolean
remove
Contact
removeContact
(
contact
:
GoogleAppsScript
.
Contacts
.
Contact
,
)
:
GoogleAppsScript
.
Contacts
.
ContactGroup
Parameters
contact
:
GoogleAppsScript
.
Contacts
.
Contact
Returns
GoogleAppsScript
.
Contacts
.
ContactGroup
set
Group
Name
setGroupName
(
name
:
string
)
:
void
Parameters
name
:
string
Returns
void
Deprecated
DO NOT USE
set
Name
setName
(
name
:
string
)
:
GoogleAppsScript
.
Contacts
.
ContactGroup
Parameters
name
:
string
Returns
GoogleAppsScript
.
Contacts
.
ContactGroup
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
add
Contact
delete
Group
get
Contacts
get
Group
Name
get
Id
get
Name
is
System
Group
remove
Contact
set
Group
Name
set
Name
Google Apps Script API
Loading...
A ContactGroup is is a group of contacts.