RecurrenceToVCalendarString Method
Convert the recurrence to its vCalendar 1.0 string form
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public string ToVCalendarString()
Public Function ToVCalendarString As String
public:
String^ ToVCalendarString()
member ToVCalendarString : unit -> string
Return Value
StringA string containing the recurrence information
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.