Class CalendarEventActionResponse

CalendarEventActionResponse

يمثّل ردًا يُجري تغييرات على حدث التقويم الذي يعدّله المستخدم حاليًا ردًا على إجراء تم اتخاذه في واجهة المستخدم، مثل النقر على زر.

// A CalendarEventActionResponse that adds two attendees to an event.
const calendarEventActionResponse =
    CardService.newCalendarEventActionResponseBuilder()
        .addAttendees(['user1@example.com', 'user2@example.com'])
        .build();

الطُرق

الطريقةنوع القيمة التي تم إرجاعهاوصف قصير
printJson()Stringيطبع التمثيل JSON لهذا الكائن.

مستندات تفصيلية

printJson()

يطبع التمثيل JSON لهذا الكائن. هذا الإجراء مخصّص لتصحيح الأخطاء فقط.

الإرجاع

String