Class CalendarEventActionResponse
Stay organized with collections
Save and categorize content based on your preferences.
CalendarEventActionResponse
Represents a response that makes changes to the calendar event that the user is currently
editing in reaction to an action taken in the UI, such as a button click.
// A CalendarEventActionResponse that adds two attendees to an event.constcalendarEventActionResponse=AddOnsResponseService.newCalendarEventActionResponseBuilder().addAttendees(['user1@example.com','user2@example.com']).build();
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-01-06 UTC."],[],[]]