Class Kolab_Event

Description

A reduced event representation derived from the Kronolith event representation.

$Horde: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Imap.php,v 1.9.2.5 2010-10-10 16:26:40 wrobel Exp $

Copyright 2004-2008 Klarälvdalens Datakonsult AB

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.

Located in /Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Imap.php (line 427)


	
			
Variable Summary
Method Summary
 Kolab_Event Kolab_Event ( $event)
 boolean hasStatus (integer $status)
 boolean recurs ()
 void setUID (string $uid)
Variables
Horde_Date $end (line 448)

The end time of the event.

string $eventID = null (line 434)

The driver unique identifier for this event.

string $location = '' (line 462)

The location this event occurs at.

boolean $private = false (line 469)

Whether the event is private.

Horde_Date $start (line 441)

The start time of the event.

string $title = '' (line 455)

The title of this event.

Methods
Constructor Kolab_Event (line 471)
Kolab_Event Kolab_Event ( $event)
  • $event
hasStatus (line 545)

Checks whether the events status is the same as the specified value.

  • return: True if the events status is the same as $status.
boolean hasStatus (integer $status)
  • integer $status: The status value to check against.
recurs (line 522)

Returns whether this event is a recurring event.

  • return: True if this is a recurring event.
boolean recurs ()
setUID (line 533)

Sets the global UID for this event.

void setUID (string $uid)
  • string $uid: The global UID for this event.

Documentation generated on Sun, 30 Jan 2011 05:18:27 +0000 by phpDocumentor 1.4.3