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:787
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:788
endDate
> endDate: any
Inherited from
EventInput.endDate
Defined in
src/types/generatedGraphQLTypes.ts:789
endTime?
> optional
endTime: any
Inherited from
EventInput.endTime
Defined in
src/types/generatedGraphQLTypes.ts:790
images?
> optional
images: InputMaybe
<InputMaybe
<string
>[]>
Inherited from
EventInput.images
Defined in
src/types/generatedGraphQLTypes.ts:791
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:792
isRegisterable
> isRegisterable: boolean
Inherited from
EventInput.isRegisterable
Defined in
src/types/generatedGraphQLTypes.ts:793
latitude?
> optional
latitude: any
Inherited from
EventInput.latitude
Defined in
src/types/generatedGraphQLTypes.ts:794
location?
> optional
location: InputMaybe
<string
>
Inherited from
EventInput.location
Defined in
src/types/generatedGraphQLTypes.ts:795
longitude?
> optional
longitude: any
Inherited from
EventInput.longitude
Defined in
src/types/generatedGraphQLTypes.ts:796
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:797
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:798
startDate
> startDate: any
Inherited from
EventInput.startDate
Defined in
src/types/generatedGraphQLTypes.ts:799
startTime?
> optional
startTime: any
Inherited from
EventInput.startTime
Defined in
src/types/generatedGraphQLTypes.ts:800
title
> title: string
Inherited from
EventInput.title