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