VCalendarParserVFreeBusyParser Method

This is implemented to handle properties related to VFreeBusy items

Definition

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

Parameters

propertyName  String
The name of the property.
parameters  StringCollection
A string collection containing the parameters and their values. If empty, there are no parameters.
propertyValue  String
The value of the property.

See Also