Class CalendarEventActionResponse
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
日曆事件動作回應
代表回應,針對使用者目前正在編輯的事件,根據 UI 中採取的動作 (例如按鈕點擊) 做出變更。
// A CalendarEventActionResponse that adds two attendees to an event.constcalendarEventActionResponse=AddOnsResponseService.newCalendarEventActionResponseBuilder().addAttendees(['user1@example.com','user2@example.com']).build();