Skip to main content

EventInput

Admin Docs


Type Alias: EventInput

EventInput = object

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

Properties

allDay

allDay: boolean

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


description

description: string

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


endDate?

optional endDate: Date

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


endTime?

optional endTime: string

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


isPublic

isPublic: boolean

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


isRegisterable

isRegisterable: boolean

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


latitude?

optional latitude: number

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


location?

optional location: string

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


longitude?

optional longitude: number

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


organizationId

organizationId: string

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


recurrance?

optional recurrance: string

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


recurring

recurring: boolean

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


startDate

startDate: Date

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


startTime?

optional startTime: string

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


title

title: string

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