talawa-api / Exports / models/Event / InterfaceEvent
Interface: InterfaceEvent
models/Event.InterfaceEvent
This is an interface representing a document for an event in the database(MongoDB).
Table of contents
Properties
- _id
- admins
- agendaItems
- allDay
- attendees
- baseRecurringEventId
- createdAt
- creatorId
- description
- endDate
- endTime
- images
- isBaseRecurringEvent
- isPublic
- isRecurringEventException
- isRegisterable
- latitude
- location
- longitude
- organization
- recurrance
- recurrenceRuleId
- recurring
- startDate
- startTime
- title
- updatedAt
- volunteerGroups
Properties
_id
• _id: ObjectId
Defined in
admins
• admins: any
[]
Defined in
agendaItems
• agendaItems: any
[]
Defined in
allDay
• allDay: boolean
Defined in
attendees
• attendees: undefined
| string
Defined in
baseRecurringEventId
• baseRecurringEventId: any
Defined in
createdAt
• createdAt: Date
Defined in
creatorId
• creatorId: any
Defined in
description
• description: string
Defined in
endDate
• endDate: undefined
| string
Defined in
endTime
• endTime: undefined
| string
Defined in
images
• images: string
[]
Defined in
isBaseRecurringEvent
• isBaseRecurringEvent: boolean
Defined in
isPublic
• isPublic: boolean
Defined in
isRecurringEventException
• isRecurringEventException: boolean
Defined in
isRegisterable
• isRegisterable: boolean
Defined in
latitude
• latitude: undefined
| number
Defined in
location
• location: undefined
| string
Defined in
longitude
• longitude: number
Defined in
organization
• organization: any
Defined in
recurrance
• recurrance: string
Defined in
recurrenceRuleId
• recurrenceRuleId: any
Defined in
recurring
• recurring: boolean
Defined in
startDate
• startDate: string
Defined in
startTime
• startTime: undefined
| string
Defined in
title
• title: string
Defined in
updatedAt
• updatedAt: Date
Defined in
volunteerGroups
• volunteerGroups: any
[]