Class CalendarEventActionResponse

日曆事件動作回應

代表回應,針對使用者目前正在編輯的事件,根據 UI 中採取的動作 (例如按鈕點擊) 做出變更。

// A CalendarEventActionResponse that adds two attendees to an event.
const calendarEventActionResponse =
    CardService.newCalendarEventActionResponseBuilder()
        .addAttendees(['user1@example.com', 'user2@example.com'])
        .build();

方法

方法傳回類型簡短說明
printJson()String列印此物件的 JSON 表示法。

內容詳盡的說明文件

printJson()

列印此物件的 JSON 表示法。這項設定僅供偵錯。

回攻員

String