Class CalendarEventActionResponse

日曆活動動作回應

代表回應,可因應使用者在 UI 中執行的動作 (例如點選按鈕),變更使用者目前編輯的日曆活動。

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

方法

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

內容詳盡的說明文件

printJson()

列印這個物件的 JSON 表示法。這項設定僅適用於偵錯。

回攻員

String