MOCKEVENT
Variable: MOCKEVENT
constMOCKEVENT:object
Defined in: src/components/EventManagement/EventAttendance/EventAttendanceMocks.ts:3
Type Declaration
allDay
allDay:
boolean=false
createdAt
createdAt:
string='2030-04-01T00:00:00.000Z'
creator
creator:
object
creator.emailAddress
emailAddress:
string='creator@example.com'
creator.id
id:
string='creator123'
creator.name
name:
string='Creator Name'
description
description:
string='This is a test event description'
endAt
endAt:
string='2030-05-02T17:00:00.000Z'
id
id:
string='event123'
isPublic
isPublic:
boolean=true
isRegisterable
isRegisterable:
boolean=true
location
location:
string='Test Location'
name
name:
string='Test Event'
organization
organization:
object
organization.id
id:
string='org456'
organization.name
name:
string='Test Organization'
recurrenceRule
recurrenceRule:
object
recurrenceRule.id
id:
string='recurringEvent123'
startAt
startAt:
string='2030-05-01T09:00:00.000Z'
updatedAt
updatedAt:
string='2030-04-01T00:00:00.000Z'
updater
updater:
object
updater.emailAddress
emailAddress:
string='updater@example.com'
updater.id
id:
string='updater123'
updater.name
name:
string='Updater Name'