Kronolith_Resource_Base::getFreeBusy PHP Method

getFreeBusy() abstract public method

Obtain the freebusy information for this resource. Takes into account if this is a group of resources or not. (Returns the cumulative FB info for all the resources in the group.
abstract public getFreeBusy ( integer $startstamp = null, integer $endstamp = null, boolean $asObject = false, boolean $json = false ) : mixed
$startstamp integer The starting timestamp of the fb interval.
$endstamp integer The ending timestamp of the fb interval.
$asObject boolean Return the fb info as an object?
$json boolean Return the fb info as JSON?
return mixed string|Horde_Icalendar_Vfreebusy The Freebusy object or the iCalendar text.
    public abstract function getFreeBusy($startstamp = null, $endstamp = null, $asObject = false, $json = false);