Class CalendarEventActionResponse
CalendarEventActionResponse
מייצג תשובה שמבצעת שינויים באירוע ביומן שהמשתמש עורך כרגע
בתגובה לפעולה שבוצעה בממשק המשתמש, כמו לחיצה על לחצן.
// 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
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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."]]],[]]