Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Card_Service
CalendarEventActionResponseBuilder
Interface CalendarEventActionResponseBuilder
A builder for CalendarEventActionResponse objects.
interface
CalendarEventActionResponseBuilder
{
addAttachments
(
attachments
:
GoogleAppsScript
.
Card_Service
.
Attachment
[]
,
)
:
CalendarEventActionResponseBuilder
;
addAttendees
(
emails
:
string
[]
)
:
CalendarEventActionResponseBuilder
;
build
()
:
CalendarEventActionResponse
;
setConferenceData
(
conferenceData
:
GoogleAppsScript
.
Conference_Data
.
ConferenceData
,
)
:
CalendarEventActionResponseBuilder
;
}
Index
Methods
add
Attachments
add
Attendees
build
set
Conference
Data
Methods
add
Attachments
addAttachments
(
attachments
:
GoogleAppsScript
.
Card_Service
.
Attachment
[]
,
)
:
CalendarEventActionResponseBuilder
Parameters
attachments
:
GoogleAppsScript
.
Card_Service
.
Attachment
[]
Returns
CalendarEventActionResponseBuilder
add
Attendees
addAttendees
(
emails
:
string
[]
)
:
CalendarEventActionResponseBuilder
Parameters
emails
:
string
[]
Returns
CalendarEventActionResponseBuilder
build
build
()
:
CalendarEventActionResponse
Returns
CalendarEventActionResponse
set
Conference
Data
setConferenceData
(
conferenceData
:
GoogleAppsScript
.
Conference_Data
.
ConferenceData
,
)
:
CalendarEventActionResponseBuilder
Parameters
conferenceData
:
GoogleAppsScript
.
Conference_Data
.
ConferenceData
Returns
CalendarEventActionResponseBuilder
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
add
Attachments
add
Attendees
build
set
Conference
Data
Google Apps Script API
Loading...
A builder for CalendarEventActionResponse objects.