Values_0.RecurrenceConfigSourceDefines the recurrence configuration for overrides. This configuration uses a recurrence pattern to specify when and how frequently an event should repeat.
type nonrec t = {recurrencePattern : RecurrencePattern.t;The recurrence pattern that defines how the event repeats. Example: Frequency, Interval, ByMonth, ByMonthDay, ByWeekdayOccurrence
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of IntervalPositiveInteger.t
| `List of [> `Integer of Month.t ] list ])
list ])
list ]