ClassInterface Horde_Kolab_Resource_Itip_Event

Description

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

Copyright 2010 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_Resource/lib/Horde/Kolab/Resource/Itip/Event.php (line 29)


	
			
Method Summary
 string getEnd ()
 void getKolabObject ()
 string getMethod ()
 string getOrganizer ()
 string getStart ()
 string getSummary ()
 string getUid ()
 void setAccepted ( $resource)
 NULL setAttendee (string $attendee, string $common_name, string $status)
Methods
copyEventInto (line 87)

Copy the details from an event into this one.

  • access: public
NULL copyEventInto (Horde_Kolab_Resource_Itip_Event $event)
getEnd (line 71)

Return the end of the iTip event.

  • return: The end of the event.
  • access: public
string getEnd ()
getKolabObject (line 100)
  • access: public
void getKolabObject ()
getMethod (line 43)

Return the method of the iTip request.

  • return: The method of the request.
  • access: public
string getMethod ()
getOrganizer (line 78)

Return the organizer of the iTip event.

  • return: The organizer of the event.
  • access: public
string getOrganizer ()
getStart (line 64)

Return the start of the iTip event.

  • return: The start of the event.
  • access: public
string getStart ()
getSummary (line 57)

Return the summary for the event.

  • return: The summary.
  • access: public
string getSummary ()
getUid (line 50)

Return the uid of the iTip event.

  • return: The uid of the event.
  • access: public
string getUid ()
getVevent (line 36)

Returns the event as vEvent.

  • return: The wrapped event.
  • access: public
Horde_iCalendar_vevent getVevent ()
setAccepted (line 102)
  • access: public
void setAccepted ( $resource)
  • $resource
setAttendee (line 98)

Set the attendee parameters.

  • access: public
NULL setAttendee (string $attendee, string $common_name, string $status)
  • string $attendee: The mail address of the attendee.
  • string $common_name: Common name of the attendee.
  • string $status: Attendee status (ACCPETED, DECLINED, TENTATIVE)

Documentation generated on Sun, 30 Jan 2011 05:17:11 +0000 by phpDocumentor 1.4.3