Skip to main content

UpdateEventPlanningInput

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

input UpdateEventPlanningInput {
clientId: ID
titleTranslations: [TranslationStringInput!]
descriptionTranslations: [TranslationStringInput!]
bannerUrl: String
beginsAt: DateTime
endsAt: DateTime
isRatable: Boolean
canRegister: PlanningCanRegisterInput
communityProfileCanRegister: Boolean
hideAttendees: Boolean
isOverlappingAllowed: Boolean
isPrivate: Boolean
maxSeats: Int
hashtag: String
onDemand: OnDemandComponentInput
liveStream: LiveStreamComponentInput
preRecorded: PreRecordedComponentInput
roundtable: RoundtableComponentInput
accessControlMode: PlanningAccessControlModeEnum
isVideoHiddenToGuest: Boolean
isVideoHiddenToCommunityLevel: Boolean
restrictedEventGroupIds: [ID!]
customFields: [CustomFieldUnionInput!]
createFields: [CreateFieldInput!]
deleteFields: [ID!]
exhibitors: IdListInput
linkedPlannings: PlanningLinkListInput
documents: IdListInput
generateAiSummary: Boolean
speakersIds: [String!] @deprecated
speakersByRole: [SpeakerRolesInput!]
summary: [TranslationStringInput!]
}

Fields

UpdateEventPlanningInput.clientId ● ID scalar

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

UpdateEventPlanningInput.titleTranslations ● [TranslationStringInput!] list input

UpdateEventPlanningInput.descriptionTranslations ● [TranslationStringInput!] list input

UpdateEventPlanningInput.bannerUrl ● String scalar

UpdateEventPlanningInput.beginsAt ● DateTime scalar

UpdateEventPlanningInput.endsAt ● DateTime scalar

UpdateEventPlanningInput.isRatable ● Boolean scalar

UpdateEventPlanningInput.canRegister ● PlanningCanRegisterInput input

UpdateEventPlanningInput.communityProfileCanRegister ● Boolean scalar

UpdateEventPlanningInput.hideAttendees ● Boolean scalar

UpdateEventPlanningInput.isOverlappingAllowed ● Boolean scalar

UpdateEventPlanningInput.isPrivate ● Boolean scalar

UpdateEventPlanningInput.maxSeats ● Int scalar

UpdateEventPlanningInput.hashtag ● String scalar

UpdateEventPlanningInput.onDemand ● OnDemandComponentInput input

UpdateEventPlanningInput.liveStream ● LiveStreamComponentInput input

UpdateEventPlanningInput.preRecorded ● PreRecordedComponentInput input

UpdateEventPlanningInput.roundtable ● RoundtableComponentInput input

UpdateEventPlanningInput.accessControlMode ● PlanningAccessControlModeEnum enum

UpdateEventPlanningInput.isVideoHiddenToGuest ● Boolean scalar

UpdateEventPlanningInput.isVideoHiddenToCommunityLevel ● Boolean scalar

UpdateEventPlanningInput.restrictedEventGroupIds ● [ID!] list scalar

Event groups that cannot view this planning's video content.

UpdateEventPlanningInput.customFields ● [CustomFieldUnionInput!] list input

UpdateEventPlanningInput.createFields ● [CreateFieldInput!] list input

UpdateEventPlanningInput.deleteFields ● [ID!] list scalar

UpdateEventPlanningInput.exhibitors ● IdListInput input

UpdateEventPlanningInput.linkedPlannings ● PlanningLinkListInput input

UpdateEventPlanningInput.documents ● IdListInput input

UpdateEventPlanningInput.generateAiSummary ● Boolean scalar

UpdateEventPlanningInput.speakersIds ● [String!] list scalar

DEPRECATED

Role is mandatory now, so the first role will be linked to the speaker. Use speakersByRole in order to provide specific role

UpdateEventPlanningInput.speakersByRole ● [SpeakerRolesInput!] list input

UpdateEventPlanningInput.summary ● [TranslationStringInput!] list input

Member Of

ImportEventPlanningInput input