Class CalendarEventActionResponse

日历活动操作响应

表示对用户在界面中执行的操作(例如点击按钮)做出响应,从而对用户当前正在编辑的日历活动进行更改的响应。

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

方法

方法返回类型简介
printJson()String输出此对象的 JSON 表示形式。

详细文档

printJson()

输出此对象的 JSON 表示形式。此属性仅用于调试。

返回

String