VCalendarParserParseFromString(String) Method

This static method can be used to load property values into a new instance of a calendar from a string.

Definition

Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public static VCalendar ParseFromString(
	string calendarText
)

Parameters

calendarText  String
A set of calendar properties in a string

Return Value

VCalendar
A new calendar instance as created from the string

Example

C#
VCalendar vCal = VCalendarParser.ParseFromString(calendar);

See Also