Class CalendarEventActionResponse
CalendarEventActionResponse
Kullanıcının düzenlemekte olduğu takvim etkinliğinde değişiklik yapan bir yanıtı temsil eder
Kullanıcı arayüzünde yapılan bir işleme (ör. düğme tıklaması) tepki olarak.
// A CalendarEventActionResponse that adds two attendees to an event.
var 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ı belgeler
printJson()
Bu nesnenin JSON gösterimini yazdırır. Bu, yalnızca hata ayıklamak 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-08-21 UTC.
[null,null,["Son güncelleme tarihi: 2024-08-21 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."]]],[]]