Class CalendarEventActionResponse
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
日历事件操作响应
表示对用户当前正在修改的日历活动所做的更改的响应,以响应在界面中执行的操作(例如按钮点击)。
// A CalendarEventActionResponse that adds two attendees to an event.constcalendarEventActionResponse=AddOnsResponseService.newCalendarEventActionResponseBuilder().addAttendees(['user1@example.com','user2@example.com']).build();