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])
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode 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 méthode

Generates the free/busy export.
public export ( ) : Horde_iCalendar
Résultat Horde_iCalendar The iCal object.

getDateStamp() public méthode

Return the timestamp for the export.
public getDateStamp ( ) : string
Résultat string The timestamp.

getEnd() public méthode

Get the end timestamp for the export.
public getEnd ( ) : Horde_Date
Résultat Horde_Date The end timestamp for the export.

getOrganizerMail() public méthode

Return the organizer mail for the export.
public getOrganizerMail ( ) : string
Résultat string The organizer mail.

getOrganizerName() public méthode

Return the organizer name for the export.
public getOrganizerName ( ) : string
Résultat string The organizer name.

getResourceName() public méthode

Get the name of the resource.
public getResourceName ( ) : string
Résultat string The name of the resource.

getStart() public méthode

Get the start timestamp for the export.
public getStart ( ) : Horde_Date
Résultat Horde_Date The start timestamp for the export.