Class CalendarEventActionResponse
CalendarEventActionResponse
Stellt eine Antwort dar, die Änderungen an dem Kalendertermin vornimmt, den der Nutzer gerade bearbeitet
als Reaktion auf eine in der Benutzeroberfläche durchgeführte Aktion, z. B. das Klicken auf eine Schaltfläche.
// A CalendarEventActionResponse that adds two attendees to an event.
var calendarEventActionResponse = CardService.newCalendarEventActionResponseBuilder()
.addAttendees(["user1@example.com", "user2@example.com"])
.build();
Methoden
Methode | Rückgabetyp | Kurzbeschreibung |
printJson() | String | Gibt die JSON-Darstellung dieses Objekts aus. |
Detaillierte Dokumentation
printJson()
Gibt die JSON-Darstellung dieses Objekts aus. Dies dient nur der Fehlerbehebung.
Rückflug
String
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-08-21 (UTC).
[null,null,["Zuletzt aktualisiert: 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."]]],[]]