RecurrenceEditorProps
Props for RecurrenceEditor component
Props
The following table outlines the props for the RecurrenceEditorProps:
| Name | Type | Default | Description |
|---|---|---|---|
| endTypes | - | End type options (Never, Count, Until) | |
| firstDayOfWeek | number | - | First day of week index (0=Sunday, 1=Monday, etc.) |
| frequencies | - | Array of frequency options for repeat mode dropdown | |
| onChange | (e: RecurrenceChangeEvent) => void | - | Callback fired when recurrence rule changes |
| startDate | Date | - | Start date for recurrence calculation |
| value | string | - | RRULE string value representing the recurrence rule |