Class CalendarEventActionResponseBuilder

CalendarEventActionResponseBuilder

CalendarEventActionResponse 객체의 빌더입니다.

메서드

메서드반환 유형간략한 설명
addAttachments(attachments)CalendarEventActionResponseBuilder연결된 UI 작업이 실행될 때 응답이 캘린더 일정에 첨부파일을 추가해야 함을 지정합니다.
addAttendees(emails)CalendarEventActionResponseBuilder연결된 UI 작업이 실행될 때 응답이 캘린더 일정에 지정된 참석자를 추가해야 함을 지정합니다.
build()CalendarEventActionResponse현재 Calendar 일정 작업 응답을 빌드하고 유효성을 검사합니다.
setConferenceData(conferenceData)CalendarEventActionResponseBuilder응답이 관련 UI 작업이 실행될 때 지정된 회의 데이터를 Calendar 일정으로 설정해야 함을 지정합니다.

자세한 문서

addAttachments(attachments)

연결된 UI 작업이 실행될 때 응답이 캘린더 일정에 첨부파일을 추가해야 함을 지정합니다.

매개변수

이름유형설명
attachmentsAttachment[]추가할 Attachment 배열입니다.

리턴

CalendarEventActionResponseBuilder: 연결을 위한 객체입니다.


addAttendees(emails)

연결된 UI 작업이 실행될 때 응답이 캘린더 일정에 지정된 참석자를 추가해야 함을 지정합니다.

매개변수

이름유형설명
emailsString[]이벤트에 추가할 이메일 주소 배열입니다.

리턴

CalendarEventActionResponseBuilder: 연결을 위한 객체입니다.

생성 값

Error: 참석자가 너무 많이 추가된 경우


build()

현재 Calendar 일정 작업 응답을 빌드하고 유효성을 검사합니다.

리턴

CalendarEventActionResponse: 유효성이 검사된 CalendarEventActionResponse입니다.

생성 값

Error: 생성된 Calendar 이벤트 작업 응답이 유효하지 않은 경우


setConferenceData(conferenceData)

응답이 관련 UI 작업이 실행될 때 지정된 회의 데이터를 Calendar 일정으로 설정해야 함을 지정합니다.

매개변수

이름유형설명
conferenceDataConferenceData부가기능에서 생성하여 이벤트에 설정할 회의 데이터입니다.

리턴

CalendarEventActionResponseBuilder: 연결을 위한 객체입니다.