Skip to main content

EventInput

Admin Docs


Type Alias: EventInput

EventInput = object

Defined in: src/types/Event/type.ts:60

Properties

allDay

allDay: boolean

Defined in: src/types/Event/type.ts:61


description

description: string

Defined in: src/types/Event/type.ts:62


endDate?

optional endDate: Date

Defined in: src/types/Event/type.ts:63


endTime?

optional endTime: string

Defined in: src/types/Event/type.ts:64


isPublic

isPublic: boolean

Defined in: src/types/Event/type.ts:65


isRegisterable

isRegisterable: boolean

Defined in: src/types/Event/type.ts:66


latitude?

optional latitude: number

Defined in: src/types/Event/type.ts:67


location?

optional location: string

Defined in: src/types/Event/type.ts:68


longitude?

optional longitude: number

Defined in: src/types/Event/type.ts:69


organizationId

organizationId: string

Defined in: src/types/Event/type.ts:70


recurrance?

optional recurrance: string

Defined in: src/types/Event/type.ts:71


recurring

recurring: boolean

Defined in: src/types/Event/type.ts:72


startDate

startDate: Date

Defined in: src/types/Event/type.ts:73


startTime?

optional startTime: string

Defined in: src/types/Event/type.ts:74


title

title: string

Defined in: src/types/Event/type.ts:75