RecurrenceToVCalendarString Method

Convert the recurrence to its vCalendar 1.0 string form

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public string ToVCalendarString()

Return Value

String
A string containing the recurrence information

Remarks

The vCalendar 1.0 basic grammar format is much more limited than the iCalendar 2.0 format. Any options that are not part of the basic grammar are ignored.

See Also