Class CalendarEventActionResponse

יומןאירועפעולהתגובה

מייצגת תגובה שמבצעת שינויים באירוע ביומן שהמשתמש עורך כרגע, בתגובה לפעולה שבוצעה בממשק המשתמש, כמו לחיצה על לחצן.

// A CalendarEventActionResponse that adds two attendees to an event. const calendarEventActionResponse =     CardService.newCalendarEventActionResponseBuilder()         .addAttendees(['[email protected]', '[email protected]'])         .build();

Methods

שיטהסוג הערך המוחזרתיאור קצר
printJson()Stringהדפסת הייצוג של האובייקט הזה ב-JSON.

מסמכים מפורטים

printJson()

הדפסת הייצוג של האובייקט הזה ב-JSON. האפשרות הזו מיועדת לניפוי באגים בלבד.

חזרה

String