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