Class CalendarEventActionResponse
CalendarEventActionResponse
หมายถึงการตอบกลับที่ทำการเปลี่ยนแปลงกับกิจกรรมในปฏิทินที่ผู้ใช้กำลังแก้ไขอยู่
เมื่อมีการโต้ตอบกับการดำเนินการที่ทำใน UI เช่น การคลิกปุ่ม
// A CalendarEventActionResponse that adds two attendees to an event.
var calendarEventActionResponse = CardService.newCalendarEventActionResponseBuilder()
.addAttendees(["user1@example.com", "user2@example.com"])
.build();
เมธอด
วิธีการ | ประเภทการแสดงผล | รายละเอียดแบบย่อ |
printJson() | String | พิมพ์การแสดงแทน JSON ของออบเจ็กต์นี้ |
เอกสารโดยละเอียด
printJson()
พิมพ์การแสดงแทน JSON ของออบเจ็กต์นี้ การตั้งค่านี้มีไว้เพื่อแก้ไขข้อบกพร่องเท่านั้น
รีเทิร์น
String
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-21 UTC
[null,null,["อัปเดตล่าสุด 2024-08-21 UTC"],[[["`CalendarEventActionResponse` enables modifications to a calendar event based on user actions within the UI."],["It facilitates actions like adding attendees or potentially other modifications (not explicitly stated) to the event being edited."],["Developers can utilize the `printJson()` method for debugging purposes to examine the JSON structure of the response."]]],[]]