Documentation

Horde_Itip_Event
in

Defines the event interface required for iTip-Handling / resource booking.

Copyright 2010 Klarälvdalens Datakonsult AB Copyright 2010-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see LGPL.

Tags
category

Horde

author

Gunnar Wrobel wrobel@pardus.de

license

http://www.horde.org/licenses/lgpl21 LGPL

Table of Contents

copyEventInto()  : null
Copy the details from an event into this one.
getEnd()  : string
Return the end of the iTip event.
getMethod()  : string
Return the method of the iTip request.
getOrganizer()  : string
Return the organizer of the iTip event.
getStart()  : string
Return the start of the iTip event.
getSummary()  : string
Return the summary for the event.
getUid()  : string
Return the uid of the iTip event.
getVevent()  : Horde_Icalendar_Vevent
Returns the event as vEvent.
setAttendee()  : null
Set the attendee parameters.

Methods

copyEventInto()

Copy the details from an event into this one.

public copyEventInto(Horde_Itip_Event $event) : null
Parameters
$event : Horde_Itip_Event

The event to copy from.

Return values
null

getEnd()

Return the end of the iTip event.

public getEnd() : string
Return values
string

The end of the event.

getMethod()

Return the method of the iTip request.

public getMethod() : string
Return values
string

The method of the request.

getOrganizer()

Return the organizer of the iTip event.

public getOrganizer() : string
Return values
string

The organizer of the event.

getStart()

Return the start of the iTip event.

public getStart() : string
Return values
string

The start of the event.

getSummary()

Return the summary for the event.

public getSummary() : string
Return values
string

The summary.

getUid()

Return the uid of the iTip event.

public getUid() : string
Return values
string

The uid of the event.

getVevent()

Returns the event as vEvent.

public getVevent() : Horde_Icalendar_Vevent
Return values
Horde_Icalendar_Vevent

The wrapped event.

setAttendee()

Set the attendee parameters.

public setAttendee(string $attendee, string $common_name, string $status) : null
Parameters
$attendee : string

The mail address of the attendee.

$common_name : string

Common name of the attendee.

$status : string

Attendee status (ACCPETED, DECLINED, TENTATIVE)

Return values
null

Search results