Class Sabre\VObject\Property\ICalendar\Recur

extends Property

Recur property.

This object represents RECUR properties. These values are just used for RRULE and the now deprecated EXRULE.

The RRULE property may look something like this:

RRULE:FREQ=MONTHLY;BYDAY=1,2,3;BYHOUR=5.

This property exposes this as a key=>value array that is accessible using getParts, and may be set using setParts.

Methods
Methods inherited from Sabre\VObject\Property
__construct(), add(), parameters(), serialize(), setJsonValue(), jsonSerialize(), setXmlValue(), xmlSerialize(), __toString(), offsetExists(), offsetGet(), offsetSet(), offsetUnset(), __clone(), destroy()
Methods inherited from Sabre\VObject\Node
getIterator(), setIterator(), count(),
Constants inherited from Sabre\VObject\Node
REPAIR, PROFILE_CARDDAV, PROFILE_CALDAV
Properties inherited from Sabre\VObject\Property
$name, $group, $parameters, $delimiter
Properties inherited from Sabre\VObject\Node
$parent