Method | Description | |
---|---|---|
__construct ( Horde_Kolab_FreeBusy_Export_Freebusy_Backend $backend, Horde_Kolab_FreeBusy_Resource $resource, array $params ) | Constructor. | |
export ( ) : Horde_iCalendar | Generates the free/busy export. | |
getDateStamp ( ) : string | Return the timestamp for the export. | |
getEnd ( ) : Horde_Date | Get the end timestamp for the export. | |
getOrganizerMail ( ) : string | Return the organizer mail for the export. | |
getOrganizerName ( ) : string | Return the organizer name for the export. | |
getResourceName ( ) : string | Get the name of the resource. | |
getStart ( ) : Horde_Date | Get the start timestamp for the export. |
Method | Description | |
---|---|---|
_today ( ) : Horde_Date | Return today as Horde_Date. |
public __construct ( Horde_Kolab_FreeBusy_Export_Freebusy_Backend $backend, Horde_Kolab_FreeBusy_Resource $resource, array $params ) | ||
$backend | Horde_Kolab_FreeBusy_Export_Freebusy_Backend | The export backend. |
$resource | Horde_Kolab_FreeBusy_Resource | The resource to export. |
$params | array | Additional parameters. |
public export ( ) : Horde_iCalendar | ||
return | Horde_iCalendar | The iCal object. |
public getDateStamp ( ) : string | ||
return | string | The timestamp. |
public getEnd ( ) : Horde_Date | ||
return | Horde_Date | The end timestamp for the export. |
public getOrganizerMail ( ) : string | ||
return | string | The organizer mail. |
public getOrganizerName ( ) : string | ||
return | string | The organizer name. |
public getResourceName ( ) : string | ||
return | string | The name of the resource. |
public getStart ( ) : Horde_Date | ||
return | Horde_Date | The start timestamp for the export. |