VCalendarParserParseVCalendarAlarm Method
This is used to parse vCalendar 1.0 alarm properties into a VAlarm object
Namespace: EWSoftware.PDI.ParserAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
protected virtual void ParseVCalendarAlarm(
PropertyType propertyType,
StringCollection parameters,
string propertyValue
)
Protected Overridable Sub ParseVCalendarAlarm (
propertyType As PropertyType,
parameters As StringCollection,
propertyValue As String
)
protected:
virtual void ParseVCalendarAlarm(
PropertyType propertyType,
StringCollection^ parameters,
String^ propertyValue
)
abstract ParseVCalendarAlarm :
propertyType : PropertyType *
parameters : StringCollection *
propertyValue : string -> unit
override ParseVCalendarAlarm :
propertyType : PropertyType *
parameters : StringCollection *
propertyValue : string -> unit
Parameters
- propertyType PropertyType
- The property type
- parameters StringCollection
- The string collection containing the parameter values
- propertyValue String
- The value of the property
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.