# EventCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**eventType** | [**EventType**](EventType.md) |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**shortDescription** | **string** |  | [default to undefined]
**timezone** | **string** |  | [default to undefined]
**eventStart** | **string** |  | [default to undefined]
**eventEnd** | **string** |  | [default to undefined]
**featured** | **boolean** |  | [optional] [default to undefined]
**visible** | **boolean** |  | [optional] [default to undefined]
**archived** | **boolean** |  | [optional] [default to undefined]
**slug** | **string** |  | [optional] [default to undefined]
**internalRefId** | **string** |  | [optional] [default to undefined]
**longDescription** | **string** |  | [optional] [default to undefined]
**reservationDescription** | **string** |  | [optional] [default to undefined]
**externalUrl** | **string** |  | [optional] [default to undefined]
**externalMeetingUrl** | **string** |  | [optional] [default to undefined]
**imageId** | **string** |  | [optional] [default to undefined]
**squareImageId** | **string** |  | [optional] [default to undefined]
**backgroundImageId** | **string** |  | [optional] [default to undefined]
**creatorId** | **string** |  | [optional] [default to undefined]
**seriesId** | **string** |  | [optional] [default to undefined]
**registration** | **boolean** |  | [optional] [default to undefined]
**registrationStart** | **string** |  | [optional] [default to undefined]
**registrationEnd** | **string** |  | [optional] [default to undefined]
**registrationHeaderImageId** | **string** |  | [optional] [default to undefined]
**registrationFooterImageId** | **string** |  | [optional] [default to undefined]
**registrationHideTitle** | **boolean** |  | [optional] [default to undefined]
**registrationLimit** | **number** |  | [optional] [default to undefined]
**allowMultipleRegistrations** | **boolean** |  | [optional] [default to undefined]
**allowSplitPayment** | **boolean** |  | [optional] [default to undefined]
**splitPaymentPercentage** | **number** |  | [optional] [default to undefined]
**splitPaymentNetDays** | **number** |  | [optional] [default to undefined]
**splitPaymentDueDate** | **string** |  | [optional] [default to undefined]
**publicRegistrants** | **boolean** |  | [optional] [default to undefined]
**sessionsVisibility** | [**EventAgendaVisibility**](EventAgendaVisibility.md) |  | [optional] [default to undefined]
**speakersVisibility** | [**EventAgendaVisibility**](EventAgendaVisibility.md) |  | [optional] [default to undefined]
**speakerImageShape** | [**ImageShape**](ImageShape.md) |  | [optional] [default to undefined]
**iosAppLink** | **string** |  | [optional] [default to undefined]
**androidAppLink** | **string** |  | [optional] [default to undefined]
**newActivityCreatorEmailNotification** | **boolean** |  | [optional] [default to undefined]
**newActivityCreatorPushNotification** | **boolean** |  | [optional] [default to undefined]
**streamReplayId** | **string** |  | [optional] [default to undefined]
**groupId** | **string** |  | [optional] [default to undefined]
**groupOnly** | **boolean** |  | [optional] [default to undefined]
**guestRegistration** | **boolean** |  | [optional] [default to undefined]
**passSupply** | **number** |  | [optional] [default to undefined]
**passLimitPerAccount** | **number** |  | [optional] [default to undefined]
**roundName** | **string** |  | [optional] [default to undefined]
**matchName** | **string** |  | [optional] [default to undefined]
**activityFeedEnabled** | **boolean** |  | [optional] [default to undefined]
**_options** | **object** |  | [optional] [default to undefined]
**paymentIntegrationId** | **string** |  | [optional] [default to undefined]
**entityId** | **string** |  | [optional] [default to undefined]
**template** | **boolean** |  | [optional] [default to undefined]
**meetingId** | **string** |  | [optional] [default to undefined]
**continuousScanning** | **boolean** |  | [optional] [default to undefined]
**scanType** | [**OnSiteScanType**](OnSiteScanType.md) |  | [optional] [default to undefined]
**activationsDescription** | **string** |  | [optional] [default to undefined]
**activationsLabel** | **string** |  | [optional] [default to undefined]
**clientTemplate** | **boolean** |  | [optional] [default to undefined]
**pendingPassNotificationEmails** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { EventCreateInputs } from '@connectedxm/admin-sdk';

const instance: EventCreateInputs = {
    eventType,
    name,
    shortDescription,
    timezone,
    eventStart,
    eventEnd,
    featured,
    visible,
    archived,
    slug,
    internalRefId,
    longDescription,
    reservationDescription,
    externalUrl,
    externalMeetingUrl,
    imageId,
    squareImageId,
    backgroundImageId,
    creatorId,
    seriesId,
    registration,
    registrationStart,
    registrationEnd,
    registrationHeaderImageId,
    registrationFooterImageId,
    registrationHideTitle,
    registrationLimit,
    allowMultipleRegistrations,
    allowSplitPayment,
    splitPaymentPercentage,
    splitPaymentNetDays,
    splitPaymentDueDate,
    publicRegistrants,
    sessionsVisibility,
    speakersVisibility,
    speakerImageShape,
    iosAppLink,
    androidAppLink,
    newActivityCreatorEmailNotification,
    newActivityCreatorPushNotification,
    streamReplayId,
    groupId,
    groupOnly,
    guestRegistration,
    passSupply,
    passLimitPerAccount,
    roundName,
    matchName,
    activityFeedEnabled,
    _options,
    paymentIntegrationId,
    entityId,
    template,
    meetingId,
    continuousScanning,
    scanType,
    activationsDescription,
    activationsLabel,
    clientTemplate,
    pendingPassNotificationEmails,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
