Method |
Description |
|
__construct ( array $event ) |
Constructor. |
|
duration ( ) : integer |
Return the duration of the event. |
|
getBusyTimes ( Horde_Date $startDate, Horde_Date $endDate ) : array |
Retrieve the busy times from this event within the given timeframe. This
is trivial for non-recurring events but recurring events need to be
expanded. |
|
getEncodedInformation ( ) : array |
Return event details encoded for integration into the free/busy output. |
|
getStatus ( ) : string |
Return the event status (one of the event status codes defined in this
class). |
|
recurs ( ) : boolean |
Returns whether this event is a recurring event. |
|
recursIn ( Horde_Date $startDate, Horde_Date $endDate ) : boolean |
Determines if the event recurs in the given time span. |
|