Class CalendarEventActionResponse

CalendarEventActionResponse

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

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

الطُرق

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

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

printJson()

تعرض هذه الطريقة تمثيل JSON لهذا العنصر. يُستخدم هذا الإعداد لتصحيح الأخطاء فقط.

الإرجاع

String