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