generate()
generate(string|array $calendars, integer $startstamp = null, integer $endstamp = null, boolean $returnObj = false, string $user = null) : string
Generates the free/busy text for $calendars.
Parameters
string|array | $calendars | The calendar to view free/busy slots for. |
integer | $startstamp | The start of the time period to retrieve. |
integer | $endstamp | The end of the time period to retrieve. |
boolean | $returnObj | Default false. Return a vFreebusy object instead of text. |
string | $user | Set organizer to this user. |
Throws
- \Horde_Exception,
Kronolith_Exception
Returns
string —The free/busy text.