PHP Interface Horde_Kolab_FreeBusy_Export_Freebusy, horde

Copyright 2004-2010 Klarälvdalens Datakonsult AB Copyright 2008-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Chuck Hagenbuch ([email protected])
Author: Steffen Hansen ([email protected])
Author: Gunnar Wrobel ([email protected])
显示文件 Open project: horde/horde

Public Methods

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.

Method Details

export() public method

Generates the free/busy export.
public export ( ) : Horde_iCalendar
return Horde_iCalendar The iCal object.

getDateStamp() public method

Return the timestamp for the export.
public getDateStamp ( ) : string
return string The timestamp.

getEnd() public method

Get the end timestamp for the export.
public getEnd ( ) : Horde_Date
return Horde_Date The end timestamp for the export.

getOrganizerMail() public method

Return the organizer mail for the export.
public getOrganizerMail ( ) : string
return string The organizer mail.

getOrganizerName() public method

Return the organizer name for the export.
public getOrganizerName ( ) : string
return string The organizer name.

getResourceName() public method

Get the name of the resource.
public getResourceName ( ) : string
return string The name of the resource.

getStart() public method

Get the start timestamp for the export.
public getStart ( ) : Horde_Date
return Horde_Date The start timestamp for the export.