RecurrenceButtonTextTemplateProps
Interface
Represents the props passed to the recurrenceButtonTextTemplate component.
Definition
Package:@progress/kendo-vue-scheduler
Properties
parsedRule
RecurrenceRule
The parsed recurrence rule object, or null when no recurrence is set.
recurrenceRule
string
The current recurrence rule string (RRULE), or null when no recurrence is set.
text
string
The default summary text computed by the Scheduler for the current recurrence rule,
or null when no recurrence is set.