FburlProperty
This class represents the "FBURL" property
This class should be called with two arguments, the first an array of the parameters, and the second the value of the property
The only acceptable parameters of
FburlPropertyareValueParameter,PIDParameter,PrefParameter,IndexParameter,TypeParameter,MediatypeParameter,AltidParameterandAnyParameterIf you do not wish that the property have any parameters, leave the first argument array empty
The value of
FburlPropertyshould be of typeURIType
new FburlProperty(
  [new MediatypeParameter(new ParameterValueType("text/calendar"))],
  new URIType("ftp://example.com/busy/project-a.ifb"),
);