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