Skip to main content

isCountBasedEvent

API Docs


Function: isCountBasedEvent()

isCountBasedEvent(rule): boolean

Defined in: src/utilities/recurringEventHelpers.ts:284

Determines if a recurrence rule is count-based. A count-based event is defined by a count of occurrences and does not have an endDate.

Parameters

rule

The recurrence rule to check.

baseRecurringEventId

string

byDay

string[] | null

byMonth

number[] | null

byMonthDay

number[] | null

count

number | null

createdAt

Date

creatorId

string

frequency

"DAILY" | "WEEKLY" | "MONTHLY" | "YEARLY"

id

string

interval

number

latestInstanceDate

Date

organizationId

string

originalSeriesId

string | null

recurrenceEndDate

Date | null

recurrenceRuleString

string

recurrenceStartDate

Date

updatedAt

Date | null

updaterId

string | null

Returns

boolean

true if the event is count-based, otherwise false.