CreateEventPlanningInput
For csv file, we use createFields and deleteFields instead. However for web, we use customFields.
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
fields: [CreateFieldInput!]
exhibitors: [ID!]
linkedPlannings: [PlanningsLinksInput!]
documentos: [ID!]
generateAiSummary: Boolean
summary: [TranslationStringInput!]
}
Fields
CreateEventPlanningInput.clientId ● ID scalar
CreateEventPlanningInput.titleTranslations ● [TranslationStringInput!] list 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.fields ● [CreateFieldInput!] list input
CreateEventPlanningInput.exhibitors ● ID list scalar
CreateEventPlanningInput.linkedPlannings ● [PlanningsLinksInput!] list input
CreateEventPlanningInput.documentIds ● [ID!] list scalar
CreateEventPlanningInput.generateAiSummary ● Boolean scalar
CreateEventPlanningInput.summary ● [TranslationStringInput!] list input
Member of
ImportEventPlanningInput input