Class CalendarEventActionResponse

CalendarEventActionResponse

代表回應會變更使用者目前正在編輯的日曆活動 回應 UI 中的動作,例如按鈕點擊。

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

方法

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

內容詳盡的說明文件

printJson()

列印這個物件的 JSON 表示法。此功能僅適用於偵錯。

回攻員

String