Class Horde_Kolab_Resource_Itip_Event_Vevent

Description

Implements interfaces:

A wrapper for vEvent iCalender data.

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/Vevent.php (line 29)


	
			
Method Summary
 Horde_Kolab_Resource_Itip_Event_Vevent __construct ( $vevent)
 string getEnd ()
 void getKolabObject ()
 string getMethod ()
 string getOrganizer ()
 string getStart ()
 string|PEAR_Error getSummary ()
 string getUid ()
 void setAccepted ( $resource)
 NULL setAttendee (string $attendee, string $common_name, string $status)
Methods
Constructor __construct (line 45)

Constructor.

  • access: public
Horde_Kolab_Resource_Itip_Event_Vevent __construct ( $vevent)
copyEventInto (line 127)

Copy the details from an event into this one.

  • access: public
NULL copyEventInto (Horde_Kolab_Resource_Itip_Event $event)

Implementation of:
Horde_Kolab_Resource_Itip_Event::copyEventInto()
Copy the details from an event into this one.
getEnd (line 105)

Return the end of the iTip event.

  • return: The end of the event.
  • access: public
string getEnd ()

Implementation of:
Horde_Kolab_Resource_Itip_Event::getEnd()
Return the end of the iTip event.
getKolabObject (line 160)
  • access: public
void getKolabObject ()

Implementation of:
Horde_Kolab_Resource_Itip_Event::getKolabObject()
getMethod (line 65)

Return the method of the iTip request.

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

Implementation of:
Horde_Kolab_Resource_Itip_Event::getMethod()
Return the method of the iTip request.
getOrganizer (line 115)

Return the organizer of the iTip event.

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

Implementation of:
Horde_Kolab_Resource_Itip_Event::getOrganizer()
Return the organizer of the iTip event.
getStart (line 95)

Return the start of the iTip event.

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

Implementation of:
Horde_Kolab_Resource_Itip_Event::getStart()
Return the start of the iTip event.
getStartParameters (line 389)

Return the start parameters of the iTip event.

  • return: The start parameters of the event.
  • access: public
array getStartParameters ()
getSummary (line 85)

Return the summary for the event.

  • return: The summary.
  • access: public
string|PEAR_Error getSummary ()

Implementation of:
Horde_Kolab_Resource_Itip_Event::getSummary()
Return the summary for the event.
getUid (line 75)

Return the uid of the iTip event.

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

Implementation of:
Horde_Kolab_Resource_Itip_Event::getUid()
Return the uid of the iTip event.
getVevent (line 55)

Returns the wrapped vEvent.

  • return: The wrapped event.
  • access: public
Horde_iCalendar_vevent getVevent ()

Implementation of:
Horde_Kolab_Resource_Itip_Event::getVevent()
Returns the event as vEvent.
setAccepted (line 266)
  • access: public
void setAccepted ( $resource)
  • $resource

Implementation of:
Horde_Kolab_Resource_Itip_Event::setAccepted()
setAttendee (line 148)

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)

Implementation of:
Horde_Kolab_Resource_Itip_Event::setAttendee()
Set the attendee parameters.

Documentation generated on Sun, 30 Jan 2011 05:23:12 +0000 by phpDocumentor 1.4.3