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