Method | Description | |
---|---|---|
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. |
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. |