Class CalendarEventActionResponse

CalendarEventActionResponse

แสดงการตอบกลับที่ทำการเปลี่ยนแปลงกิจกรรมในปฏิทินที่ผู้ใช้กำลังแก้ไขอยู่เพื่อตอบสนองต่อการดำเนินการใน UI เช่น การคลิกปุ่ม

// A CalendarEventActionResponse that adds two attendees to an event.
var calendarEventActionResponse = CardService.newCalendarEventActionResponseBuilder()
    .addAttendees(["[email protected]", "[email protected]"])
    .build();

วิธีการ

วิธีการประเภทการแสดงผลรายละเอียดแบบย่อ
printJson()Stringพิมพ์การแสดงแทน JSON ของออบเจ็กต์นี้

เอกสารประกอบโดยละเอียด

printJson()

พิมพ์การแสดงแทน JSON ของออบเจ็กต์นี้ ซึ่งใช้สำหรับการแก้ไขข้อบกพร่องเท่านั้น

รีเทิร์น

String