RecurrenceTo VCalendar String Method
Convert the recurrence to its vCalendar 1.0 string form
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
A string containing the recurrence information
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public string ToVCalendarString()VB
Public Function ToVCalendarString As StringC++
public:
String^ ToVCalendarString()F#
member ToVCalendarString : unit -> string Return Value
StringA 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.