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.