Class CalendarEventActionResponseBuilder

CalendarEventActionResponseBuilder

A builder for CalendarEventActionResponse objects.

Methods

MethodReturn typeBrief description
addAttachments(attachments)CalendarEventActionResponseBuilderSpecifies that the response should add the attachments to the Calendar event when the associated UI action is taken.
addAttendees(emails)CalendarEventActionResponseBuilderSpecifies that the response should add the indicated attendees to the Calendar event when the associated UI action is taken.
build()CalendarEventActionResponseBuilds the current Calendar event action response and validates it.
setConferenceData(conferenceData)CalendarEventActionResponseBuilderSpecifies that the response should set the indicated conference data to the Calendar event when the associated UI action is taken.

Detailed documentation



build()

Builds the current Calendar event action response and validates it.

Return

CalendarEventActionResponse — A validated CalendarEventActionResponse.

Throws

Error — If the constructed Calendar event action response isn't valid.


setConferenceData(conferenceData)

Specifies that the response should set the indicated conference data to the Calendar event when the associated UI action is taken.

Parameters

NameTypeDescription
conferenceDataConferenceDataConference data to set to the event, created by an add on.

Return

CalendarEventActionResponseBuilder — This object, for chaining.