Class CalendarEventActionResponse

CalendarEventActionResponse

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

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

方法

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

详细文档

printJson()

输出此对象的 JSON 表示法。此方法仅用于调试。

返回

String