Skip to main content

RecurrenceRule

@fovea/annotation-tool


@fovea/annotation-tool / models/types / RecurrenceRule

Interface: RecurrenceRule

Defined in: src/models/types.ts:318

Properties

byRules?

optional byRules: object

Defined in: src/models/types.ts:330

byDay?

optional byDay: RecurrenceByDay[]

byHour?

optional byHour: number[]

byMinute?

optional byMinute: number[]

byMonth?

optional byMonth: number[]

byMonthDay?

optional byMonthDay: number[]

bySetPos?

optional bySetPos: number[]


endCondition?

optional endCondition: object

Defined in: src/models/types.ts:323

count?

optional count: number

type

type: "never" | "count" | "until"

until?

optional until: string


exceptions?

optional exceptions: string[]

Defined in: src/models/types.ts:342


frequency

frequency: RecurrenceFrequency

Defined in: src/models/types.ts:319


interval?

optional interval: number

Defined in: src/models/types.ts:320


modifications?

optional modifications: object[]

Defined in: src/models/types.ts:343

cancelled?

optional cancelled: boolean

date

date: string

newTime?

optional newTime: string


weekStart?

optional weekStart: DayOfWeek

Defined in: src/models/types.ts:339