EventGenerationJob
Interface: EventGenerationJob
Defined in: src/workers/eventGeneration/executionEngine.ts:11
Description
Defines the structure of a Generation job, containing all necessary information to process a single recurring event.
Properties
baseRecurringEventId
baseRecurringEventId:
string
Defined in: src/workers/eventGeneration/executionEngine.ts:13
organizationId
organizationId:
string
Defined in: src/workers/eventGeneration/executionEngine.ts:12
windowEndDate
windowEndDate:
Date
Defined in: src/workers/eventGeneration/executionEngine.ts:15
windowStartDate
windowStartDate:
Date
Defined in: src/workers/eventGeneration/executionEngine.ts:14