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