HeadingEventAgendaItem
Defines a heading in an agenda.
type HeadingEventAgendaItem implements EventAgendaItem {
backgroundColor: HexColorCode
comment: String
createdAt: DateTime!
createdBy: String
date: LocalDate!
details: String
doNotPublishToAttendeeApp: Boolean!
doNotPublishToEventWebsite: Boolean!
doNotPublishToOnAir: Boolean!
end: LocalTime!
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
overview: String
showBoldName: Boolean!
showTimes: Boolean!
start: LocalTime!
textColor: HexColorCode
tracks: [Track!]!
type: EventAgendaItemType!
uniqueCode: String
}
Fields
HeadingEventAgendaItem.backgroundColor
● HexColorCode
scalar
The hex color code to use for the background when rendering the heading in the agenda. Optional.
HeadingEventAgendaItem.comment
● String
scalar
A UTF-8 string comment for the heading. Optional.
HeadingEventAgendaItem.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
HeadingEventAgendaItem.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
HeadingEventAgendaItem.date
● LocalDate!
non-null scalar
The date the heading is for.
HeadingEventAgendaItem.details
● String
scalar
A UTF-8 string that provides a description of the heading. It is not displayed publicly and is intended to be used by event organizers. Optional.
HeadingEventAgendaItem.doNotPublishToAttendeeApp
● Boolean!
non-null scalar
A flag indicating whether the heading should not be published in the agenda on the Attendee App.
HeadingEventAgendaItem.doNotPublishToEventWebsite
● Boolean!
non-null scalar
A flag indicating whether the heading should not be published in the agenda on the Event Website.
HeadingEventAgendaItem.doNotPublishToOnAir
● Boolean!
non-null scalar
A flag indicating whether the heading should not be published in the agenda on OnAir.
HeadingEventAgendaItem.end
● LocalTime!
non-null scalar
The end time that the heading will be displayed at.