Class CalendarEventActionResponse

CalendarEventActionResponse

Reprezentuje odpowiedź, która wprowadza zmiany w wydarzeniu w kalendarzu, które użytkownik obecnie edytuje w reakcji na działanie podjęte w interfejsie, takie jak kliknięcie przycisku.

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

Metody

MetodaZwracany typKrótki opis
printJson()StringWypisuje reprezentację tego obiektu w formacie JSON.

Szczegółowa dokumentacja

printJson()

Wypisuje reprezentację tego obiektu w formacie JSON. Służy tylko do debugowania.

Powrót

String