InterfaceRecurringEvent
talawa-api • Docs
talawa-api / helpers/event/recurringEventHelpers/generateRecurringEventInstances / InterfaceRecurringEvent
Interface: InterfaceRecurringEvent
Extends
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:772
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:773
endDate
> endDate: any
Inherited from
EventInput.endDate
Defined in
src/types/generatedGraphQLTypes.ts:774
endTime?
> optional
endTime: any
Inherited from
EventInput.endTime
Defined in
src/types/generatedGraphQLTypes.ts:775
images?
> optional
images: InputMaybe
<InputMaybe
<string
>[]>
Inherited from
EventInput.images
Defined in
src/types/generatedGraphQLTypes.ts:776
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:777
isRegisterable
> isRegisterable: boolean
Inherited from
EventInput.isRegisterable
Defined in
src/types/generatedGraphQLTypes.ts:778
latitude?
> optional
latitude: any
Inherited from
EventInput.latitude
Defined in
src/types/generatedGraphQLTypes.ts:779
location?
> optional
location: InputMaybe
<string
>
Inherited from
EventInput.location
Defined in
src/types/generatedGraphQLTypes.ts:780
longitude?
> optional
longitude: any
Inherited from
EventInput.longitude
Defined in
src/types/generatedGraphQLTypes.ts:781
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:782
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:783
startDate
> startDate: any
Inherited from
EventInput.startDate
Defined in
src/types/generatedGraphQLTypes.ts:784
startTime?
> optional
startTime: any
Inherited from
EventInput.startTime
Defined in
src/types/generatedGraphQLTypes.ts:785
title
> title: string
Inherited from
EventInput.title