33 $effectiveStart = $this->DTSTART->getDateTime();
34 if (isset($this->DTEND)) {
35 $effectiveEnd = $this->DTEND->getDateTime();
40 return [$effectiveStart, $effectiveEnd];
71 'LAST-MODIFIED' =>
'?',
72 'RECURRENCE-ID' =>
'?',
115 if (isset($this->DTEND) && isset($this->DURATION)) {
118 'message' =>
'DTEND and DURATION cannot both be present',
The Available sub-component.
getEffectiveStartEnd()
Returns the 'effective start' and 'effective end' of this VAVAILABILITY component.
static parseDuration($duration, $asString=false)
Parses an iCalendar (RFC5545) formatted duration value.
validate($options=0)
Validates the node for correctness.