Skip to main content

UpdateActivityBreakEventAgendaItemInput

Defines the input for updating a new Activity/Break Event Agenda Item.

input UpdateActivityBreakEventAgendaItemInput {
activityBreakId: ID!
backgroundColor: HexColorCode
comment: String
date: LocalDate
details: String
doNotPublishToAttendeeApp: Boolean
doNotPublishToEventWebsite: Boolean
doNotPublishToMyAgenda: Boolean
doNotPublishToOnAir: Boolean
enableCheckInViaOrganizerApp: Boolean
enableCheckOutViaOrganizerApp: Boolean
enableIndicateAttendance: Boolean
end: LocalTime
eventId: ID!
expectedAttendees: Int
foodAndBeverage: String
locationId: ID
name: String
overview: String
roomSetup: String
showBoldName: Boolean
start: LocalTime
textColor: HexColorCode
trackNumbers: [PositiveInt!]
uniqueCode: String
}

Fields

UpdateActivityBreakEventAgendaItemInput.activityBreakId ● ID! non-null scalar

The unique identifier for the activity/break.

UpdateActivityBreakEventAgendaItemInput.backgroundColor ● HexColorCode scalar

The hex color code to use for the background when rendering the activity/break in the agenda. Optional.

When explicitly set to null, the color will be set to the default value, #376092.

UpdateActivityBreakEventAgendaItemInput.comment ● String scalar

A UTF-8 string comment for the activity/break. Optional.

UpdateActivityBreakEventAgendaItemInput.date ● LocalDate scalar

The date for the activity/break. Optional.

UpdateActivityBreakEventAgendaItemInput.details ● String scalar

A UTF-8 string that provides a description of the activity/break. It is not displayed publicly and is intended to be used by event organizers. Optional.

UpdateActivityBreakEventAgendaItemInput.doNotPublishToAttendeeApp ● Boolean scalar

A flag indicating whether the activity/break should not be published in the agenda on the Attendee App. Optional.

UpdateActivityBreakEventAgendaItemInput.doNotPublishToEventWebsite ● Boolean scalar

A flag indicating whether the activity/break should not be published in the agenda on the Event Website. Optional.

UpdateActivityBreakEventAgendaItemInput.doNotPublishToMyAgenda ● Boolean scalar

A flag indicating whether the activity/break should not be published in the agenda in My Agenda. Optional.

UpdateActivityBreakEventAgendaItemInput.doNotPublishToOnAir ● Boolean scalar

A flag indicating whether the activity/break should not be published in the agenda on OnAir. Optional.

UpdateActivityBreakEventAgendaItemInput.enableCheckInViaOrganizerApp ● Boolean scalar

A flag indicating whether check in for the activity/break is enabled via scanning in the Organizer App. Optional.

UpdateActivityBreakEventAgendaItemInput.enableCheckOutViaOrganizerApp ● Boolean scalar

A flag indicating whether check out for the activity/break is enabled via scanning in the Organizer App. Optional.

UpdateActivityBreakEventAgendaItemInput.enableIndicateAttendance ● Boolean scalar

A flag indicating whether attendees are allowed to indicate attendance for the activity/break. Optional.

UpdateActivityBreakEventAgendaItemInput.end ● LocalTime scalar

The end time that the activity/break will be displayed at. Optional.

UpdateActivityBreakEventAgendaItemInput.eventId ● ID! non-null scalar

The identifier of the event the activity/break is associated with.

UpdateActivityBreakEventAgendaItemInput.expectedAttendees ● Int scalar

The number of attendees expected for the activity/break. Optional.

UpdateActivityBreakEventAgendaItemInput.foodAndBeverage ● String scalar

A UTF-8 string detailing the food and beverage for the activity/break. Optional.

UpdateActivityBreakEventAgendaItemInput.locationId ● ID scalar

The identifier of the location for this activity/break. Optional.

UpdateActivityBreakEventAgendaItemInput.name ● String scalar

A UTF-8 string representing the activity/break.

The value must be unique across all agenda items for an event. Optional.

UpdateActivityBreakEventAgendaItemInput.overview ● String scalar

A UTF-8 string that provides a brief overview of the activity/break that is displayed in the agenda. Optional.

UpdateActivityBreakEventAgendaItemInput.roomSetup ● String scalar

A UTF-8 string detailing the room setup for an activity/break such as information about seating, podium and other room layout options. Optional.

UpdateActivityBreakEventAgendaItemInput.showBoldName ● Boolean scalar

A flag indicating whether the name should be bold when rendering the activity/break in the agenda. Optional.

The default value is false.

UpdateActivityBreakEventAgendaItemInput.start ● LocalTime scalar

The start time that the activity/break will be displayed at. Optional.

UpdateActivityBreakEventAgendaItemInput.textColor ● HexColorCode scalar

The hex color code to use when rendering the activity/break's text in the agenda. Optional.

When explicitly set to null, the color will be set to the default value, #FFFFFF.

UpdateActivityBreakEventAgendaItemInput.trackNumbers ● [PositiveInt!] list scalar

The agenda track numbers the activity/break is associated with. The number can be between 1 - 99. Optional.

UpdateActivityBreakEventAgendaItemInput.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the activity/break. Optional.

The value must be unique across all agenda items for an event.

Member Of

updateActivityBreakEventAgendaItem mutation