PHP Интерфейс 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.
Автор: Chuck Hagenbuch ([email protected])
Автор: Steffen Hansen ([email protected])
Автор: Gunnar Wrobel ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

export() публичный Метод

Generates the free/busy export.
public export ( ) : Horde_iCalendar
Результат Horde_iCalendar The iCal object.

getDateStamp() публичный Метод

Return the timestamp for the export.
public getDateStamp ( ) : string
Результат string The timestamp.

getEnd() публичный Метод

Get the end timestamp for the export.
public getEnd ( ) : Horde_Date
Результат Horde_Date The end timestamp for the export.

getOrganizerMail() публичный Метод

Return the organizer mail for the export.
public getOrganizerMail ( ) : string
Результат string The organizer mail.

getOrganizerName() публичный Метод

Return the organizer name for the export.
public getOrganizerName ( ) : string
Результат string The organizer name.

getResourceName() публичный Метод

Get the name of the resource.
public getResourceName ( ) : string
Результат string The name of the resource.

getStart() публичный Метод

Get the start timestamp for the export.
public getStart ( ) : Horde_Date
Результат Horde_Date The start timestamp for the export.