Class CalendarEventActionResponse
TakvimEtkinlikİşlemYanıt
Kullanıcı arayüzünde gerçekleştirilen bir işleme (ör. düğme tıklaması) tepki olarak kullanıcının o anda düzenlediği takvim etkinliğinde değişiklik yapan bir yanıtı temsil eder.
// A CalendarEventActionResponse that adds two attendees to an event.
const calendarEventActionResponse =
CardService.newCalendarEventActionResponseBuilder()
.addAttendees(['user1@example.com', 'user2@example.com'])
.build();
Yöntemler
Yöntem | Dönüş türü | Kısa açıklama |
printJson() | String | Bu nesnenin JSON gösterimini yazdırır. |
Ayrıntılı dokümanlar
printJson()
Bu nesnenin JSON gösterimini yazdırır. Bu yalnızca hata ayıklama içindir.
Return
String
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-12-02 UTC.
[null,null,["Son güncelleme tarihi: 2024-12-02 UTC."],[[["`CalendarEventActionResponse` enables modifications to a calendar event based on user actions within the UI."],["It facilitates actions like adding attendees or potentially other modifications (not explicitly stated) to the event being edited."],["Developers can utilize the `printJson()` method for debugging purposes to examine the JSON structure of the response."]]],[]]