VCalendarParserParseVCalendarAlarm Method

This is used to parse vCalendar 1.0 alarm properties into a VAlarm object

Definition

Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
protected virtual void ParseVCalendarAlarm(
	PropertyType propertyType,
	StringCollection parameters,
	string propertyValue
)

Parameters

propertyType  PropertyType
The property type
parameters  StringCollection
The string collection containing the parameter values
propertyValue  String
The value of the property

Remarks

The VAlarm object has the ability to write itself out as a vCalendar 1.0 alarm type property or an iCalendar 2.0 VALARM component. As such, individual properties do not exist for the vCalendar 1.0 AALARM, DALARM, MALARM, and PALARM properties.

See Also