talawa-api / Exports / helpers/event/recurringEventHelpers/generateRecurringEventInstances / InterfaceRecurringEvent
Interface: InterfaceRecurringEvent
helpers/event/recurringEventHelpers/generateRecurringEventInstances.InterfaceRecurringEvent
Hierarchy
-
↳
InterfaceRecurringEvent
Table of contents
Properties
- admins
- allDay
- baseRecurringEventId
- creatorId
- description
- endDate
- endTime
- images
- isBaseRecurringEvent
- isPublic
- isRegisterable
- latitude
- location
- longitude
- organization
- organizationId
- recurrenceRuleId
- recurring
- startDate
- startTime
- title
Properties
admins
• Optional
admins: string
[]
Defined in
src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts:40
allDay
• allDay: boolean
Inherited from
EventInput.allDay
Defined in
src/types/generatedGraphQLTypes.ts:745
baseRecurringEventId
• Optional
baseRecurringEventId: string
Defined in
src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts:38
creatorId
• Optional
creatorId: string
Defined in
src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts:39
description
• description: string
Inherited from
EventInput.description
Defined in
src/types/generatedGraphQLTypes.ts:746
endDate
• endDate: any
Inherited from
EventInput.endDate
Defined in
src/types/generatedGraphQLTypes.ts:747
endTime
• Optional
endTime: any
Inherited from
EventInput.endTime
Defined in
src/types/generatedGraphQLTypes.ts:748
images
• Optional
images: InputMaybe
<InputMaybe
<string
>[]>
Inherited from
EventInput.images
Defined in
src/types/generatedGraphQLTypes.ts:749
isBaseRecurringEvent
• Optional
isBaseRecurringEvent: boolean
Defined in
src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts:36
isPublic
• isPublic: boolean
Inherited from
EventInput.isPublic
Defined in
src/types/generatedGraphQLTypes.ts:750
isRegisterable
• isRegisterable: boolean
Inherited from
EventInput.isRegisterable
Defined in
src/types/generatedGraphQLTypes.ts:751
latitude
• Optional
latitude: any
Inherited from
EventInput.latitude
Defined in
src/types/generatedGraphQLTypes.ts:752
location
• Optional
location: InputMaybe
<string
>
Inherited from
EventInput.location
Defined in
src/types/generatedGraphQLTypes.ts:753
longitude
• Optional
longitude: any
Inherited from
EventInput.longitude
Defined in
src/types/generatedGraphQLTypes.ts:754
organization
• Optional
organization: string
Defined in
src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts:41
organizationId
• organizationId: string
Inherited from
EventInput.organizationId
Defined in
src/types/generatedGraphQLTypes.ts:755
recurrenceRuleId
• Optional
recurrenceRuleId: string
Defined in
src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts:37
recurring
• recurring: boolean
Inherited from
EventInput.recurring
Defined in
src/types/generatedGraphQLTypes.ts:756
startDate
• startDate: any
Inherited from
EventInput.startDate
Defined in
src/types/generatedGraphQLTypes.ts:757
startTime
• Optional
startTime: any
Inherited from
EventInput.startTime
Defined in
src/types/generatedGraphQLTypes.ts:758
title
• title: string
Inherited from
EventInput.title