Google Apps Script API
    Preparing search index...

    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