Skip to main content

EventSetup

Event setup.

type EventSetup {
accommodation: AccommodationSetup!
account: AccountSetup!
exhibition: ExhibitionSetup!
function: FunctionSetup!
locations: [Location!]!
marketing: EventMarketingSetup!
note: EventNoteSetup!
presentation: PresentationSetup!
registration: RegistrationSetup!
sponsorship: SponsorshipSetup!
travel: TravelSetup!
}

Fields

EventSetup.accommodation ● AccommodationSetup! non-null object

The setup options for accommodation within the event.

EventSetup.account ● AccountSetup! non-null object

The setup options for accounts within the event.

EventSetup.exhibition ● ExhibitionSetup! non-null object

The setup options for exhibitions within the event.

EventSetup.function ● FunctionSetup! non-null object

The setup options for functions within the event.

EventSetup.locations ● [Location!]! non-null object

The locations available for sessions, functions and continuing education courses.

EventSetup.marketing ● EventMarketingSetup! non-null object

The setup options for marketing tags within the event.

EventSetup.note ● EventNoteSetup! non-null object

The setup options for notes within the event.

EventSetup.presentation ● PresentationSetup! non-null object

The setup options for presentations within the event.

EventSetup.registration ● RegistrationSetup! non-null object

The setup options for registrations within the event.

EventSetup.sponsorship ● SponsorshipSetup! non-null object

The setup options for sponsorships within the event.

EventSetup.travel ● TravelSetup! non-null object

The setup options for travel within the event.

Member Of

Event object