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