Skip to main content

CreateEventPlanningInput

Input for creating event planning. Note: clientId field is deprecated and will be removed in a future version.

input CreateEventPlanningInput {
clientId: ID
titleTranslations: [TranslationStringInput!]!
descriptionTranslations: [TranslationStringInput!]
isRatable: Boolean
bannerUrl: String
beginsAt: DateTime
endsAt: DateTime
canRegister: PlanningCanRegisterInput
communityProfileCanRegister: Boolean
hideAttendees: Boolean
isOverlappingAllowed: Boolean
isPrivate: Boolean
maxSeats: Int
hashtag: String
onDemand: OnDemandComponentInput
liveStream: LiveStreamComponentInput
preRecorded: PreRecordedComponentInput
roundtable: RoundtableComponentInput
accessControlMode: PlanningAccessControlModeEnum
customFields: [CustomFieldUnionInput!]
fields: [CreateFieldInput!]
exhibitors: [ID!]
linkedPlannings: [PlanningsLinksInput!]
documents: [ID!]
generateAiSummary: Boolean
summary: [TranslationStringInput!]
}

Fields

CreateEventPlanningInput.clientId ● ID scalar

DEPRECATED: This field is unused and will be removed in a future version.

CreateEventPlanningInput.titleTranslations ● [TranslationStringInput!]! non-null input

CreateEventPlanningInput.descriptionTranslations ● [TranslationStringInput!] list input

CreateEventPlanningInput.isRatable ● Boolean scalar

CreateEventPlanningInput.bannerUrl ● String scalar

CreateEventPlanningInput.beginsAt ● DateTime scalar

CreateEventPlanningInput.endsAt ● DateTime scalar

CreateEventPlanningInput.canRegister ● PlanningCanRegisterInput input

CreateEventPlanningInput.communityProfileCanRegister ● Boolean scalar

CreateEventPlanningInput.hideAttendees ● Boolean scalar

CreateEventPlanningInput.isOverlappingAllowed ● Boolean scalar

CreateEventPlanningInput.isPrivate ● Boolean scalar

CreateEventPlanningInput.maxSeats ● Int scalar

CreateEventPlanningInput.hashtag ● String scalar

CreateEventPlanningInput.onDemand ● OnDemandComponentInput input

CreateEventPlanningInput.liveStream ● LiveStreamComponentInput input

CreateEventPlanningInput.preRecorded ● PreRecordedComponentInput input

CreateEventPlanningInput.roundtable ● RoundtableComponentInput input

CreateEventPlanningInput.accessControlMode ● PlanningAccessControlModeEnum enum

CreateEventPlanningInput.customFields ● [CustomFieldUnionInput!] list input

Set custom fields for the planning.

CreateEventPlanningInput.fields ● [CreateFieldInput!] list input

CreateEventPlanningInput.exhibitors ● [ID!] list scalar

CreateEventPlanningInput.linkedPlannings ● [PlanningsLinksInput!] list input

CreateEventPlanningInput.documents ● [ID!] list scalar

CreateEventPlanningInput.generateAiSummary ● Boolean scalar

CreateEventPlanningInput.summary ● [TranslationStringInput!] list input

Member Of

ImportEventPlanningInput input