CreateActivityBreakEventAgendaItemInput
Defines the input for creating a new Heading Event Agenda Item.
input CreateActivityBreakEventAgendaItemInput {
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
CreateActivityBreakEventAgendaItemInput.backgroundColor
● HexColorCode
scalar
The hex color code to use for the background when rendering the activity/break in the agenda. Optional.
CreateActivityBreakEventAgendaItemInput.comment
● String
scalar
A UTF-8 string comment for the activity/break. Optional.
CreateActivityBreakEventAgendaItemInput.date
● LocalDate!
non-null scalar
The date for the activity/break.
CreateActivityBreakEventAgendaItemInput.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.
CreateActivityBreakEventAgendaItemInput.doNotPublishToAttendeeApp
● Boolean
scalar
A flag indicating whether the activity/break should not be published in the agenda on the Attendee App. false
by Default. Optional.
CreateActivityBreakEventAgendaItemInput.doNotPublishToEventWebsite
● Boolean
scalar
A flag indicating whether the activity/break should not be published in the agenda on the Event Website. false
by Default. Optional.
CreateActivityBreakEventAgendaItemInput.doNotPublishToMyAgenda
● Boolean
scalar
A flag indicating whether the activity/break should not be published in the agenda in My Agenda. false
by Default. Optional.
CreateActivityBreakEventAgendaItemInput.doNotPublishToOnAir
● Boolean
scalar
A flag indicating whether the activity/break should not be published in the agenda on OnAir. false
by Default. Optional.
CreateActivityBreakEventAgendaItemInput.enableCheckInViaOrganizerApp
● Boolean
scalar
A flag indicating whether check in for the activity/break is enabled via scanning in the Organizer App. false
by Default. Optional.
CreateActivityBreakEventAgendaItemInput.enableCheckOutViaOrganizerApp
● Boolean
scalar
A flag indicating whether check out for the activity/break is enable via scanning in the Organizer App. false
by Default. Optional.
CreateActivityBreakEventAgendaItemInput.enableIndicateAttendance
● Boolean
scalar
A flag indicating whether attendees are allowed to indicate attendance for the activity/break. false
by Default. Optional.
CreateActivityBreakEventAgendaItemInput.end
● LocalTime!
non-null scalar
The end time that the activity/break will be displayed at.
CreateActivityBreakEventAgendaItemInput.eventId
● ID!
non-null scalar
The identifier of the event the activity/break is associated with.
CreateActivityBreakEventAgendaItemInput.expectedAttendees
● Int
scalar
The number of attendees expected for the activity/break. Optional.
CreateActivityBreakEventAgendaItemInput.foodAndBeverage
● String
scalar
A UTF-8 string detailing the food and beverage for the activity/break. Optional.
CreateActivityBreakEventAgendaItemInput.locationId
● ID
scalar
The identifier of the location for this activity/break. Optional.
CreateActivityBreakEventAgendaItemInput.name
● String!
non-null scalar
A UTF-8 string representing the activity/break.
The value must be unique across all agenda items for an event.
CreateActivityBreakEventAgendaItemInput.overview
● String
scalar
A UTF-8 string that provides a brief overview of the activity/break that is displayed in the agenda. Optional.
CreateActivityBreakEventAgendaItemInput.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.
CreateActivityBreakEventAgendaItemInput.showBoldName
● Boolean
scalar
A flag indicating whether the name should be bold when rendering the activity/break in the agenda. false
by default. Optional.
CreateActivityBreakEventAgendaItemInput.start
● LocalTime!
non-null scalar
The start time that the activity/break will be displayed at.
CreateActivityBreakEventAgendaItemInput.textColor
● HexColorCode
scalar
The hex color code to use when rendering the activity/break's text in the agenda. Optional.
CreateActivityBreakEventAgendaItemInput.trackNumbers
● [PositiveInt!]
list scalar
The agenda track numbers the activity/break is associated with. The number can be between 1 - 99. Optional.
CreateActivityBreakEventAgendaItemInput.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
createActivityBreakEventAgendaItem
mutation