VCalendar ParserParse VCalendar Alarm 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: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
protected virtual void ParseVCalendarAlarm(
PropertyType propertyType,
StringCollection parameters,
string propertyValue
)VB
Protected Overridable Sub ParseVCalendarAlarm (
propertyType As PropertyType,
parameters As StringCollection,
propertyValue As String
)C++
protected:
virtual void ParseVCalendarAlarm(
PropertyType propertyType,
StringCollection^ parameters,
String^ propertyValue
)F#
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
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.