Recurrence pattern.

Show the recurrence widget.

Configuration

Option Type Default Description
localization object null Customizations to locatizations.
configuration object recurrent input widget configuration

Example

Recurrence without additional start feature

<textarea
    class="pat-recurrence"
    data-pat-recurrence='{
        "startField": "[name=start-2]"
    }'
></textarea>

Recurrence with additional start feature

Note: adding additional start dates is a feature of the specification but is not supported by a number of external tools, like Google Calendar, Microsoft Outlook or Gnome Calendar. Therefore, this feature is disabled by default. However, you can enable it with the allowAdditionalDates feature.

<textarea
    class="pat-recurrence"
    data-pat-recurrence='{
        "startField": "[name=start-2]",
        "allowAdditionalDates": true
    }'
></textarea>