Overview

Packages

  • Itip

Classes

  • Horde_Itip
  • Horde_Itip_Event_Vevent
  • Horde_Itip_Exception
  • Horde_Itip_Resource_Base
  • Horde_Itip_Resource_Identity
  • Horde_Itip_Response
  • Horde_Itip_Response_Options_Base
  • Horde_Itip_Response_Options_Horde
  • Horde_Itip_Response_Options_Kolab
  • Horde_Itip_Response_Type_Accept
  • Horde_Itip_Response_Type_Base
  • Horde_Itip_Response_Type_Decline
  • Horde_Itip_Response_Type_Tentative
  • Horde_Itip_Translation

Interfaces

  • Horde_Itip_Event
  • Horde_Itip_Resource
  • Horde_Itip_Response_Options
  • Horde_Itip_Response_Type
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Itip_Event_Vevent

A wrapper for vEvent iCalender data.

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

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

Horde_Itip_Event_Vevent implements Horde_Itip_Event
Package: Itip
Category: Horde
License: LGPL
Author: Gunnar Wrobel wrobel@pardus.de
Link: http://pear.horde.org/index.php?package=Itip
Located at Horde/Itip/Event/Vevent.php
Methods summary
public
# __construct( Horde_Icalendar_Vevent $vevent )

Constructor.

Constructor.

Parameters

$vevent
<p>The iCalendar object that will be wrapped by this instance.</p>
public Horde_Icalendar_Vevent
# getVevent( )

Returns the wrapped vEvent.

Returns the wrapped vEvent.

Returns

Horde_Icalendar_Vevent
The wrapped event.

Implementation of

Horde_Itip_Event::getVevent()
public string
# getMethod( )

Return the method of the iTip request.

Return the method of the iTip request.

Returns

string
The method of the request.

Implementation of

Horde_Itip_Event::getMethod()
public string
# getUid( )

Return the uid of the iTip event.

Return the uid of the iTip event.

Returns

string
The uid of the event.

Implementation of

Horde_Itip_Event::getUid()
public string
# getSummary( )

Return the summary for the event.

Return the summary for the event.

Returns

string
The summary.

Implementation of

Horde_Itip_Event::getSummary()
public string
# getStart( )

Return the start of the iTip event.

Return the start of the iTip event.

Returns

string
The start of the event.

Implementation of

Horde_Itip_Event::getStart()
public string
# getEnd( )

Return the end of the iTip event.

Return the end of the iTip event.

Returns

string
The end of the event.

Implementation of

Horde_Itip_Event::getEnd()
public string
# getOrganizer( )

Return the organizer of the iTip event.

Return the organizer of the iTip event.

Returns

string
The organizer of the event.

Implementation of

Horde_Itip_Event::getOrganizer()
public null
# copyEventInto( Horde_Itip_Event $event )

Copy the details from an event into this one.

Copy the details from an event into this one.

Parameters

$event
The event to copy from.

Returns

null

Implementation of

Horde_Itip_Event::copyEventInto()
public null
# setAttendee( string $attendee, string $common_name, string $status )

Set the attendee parameters.

Set the attendee parameters.

Parameters

$attendee
The mail address of the attendee.
$common_name
Common name of the attendee.
$status
Attendee status (ACCPETED, DECLINED, TENTATIVE)

Returns

null

Implementation of

Horde_Itip_Event::setAttendee()
public array
# getStartParameters( )

Return the start parameters of the iTip event.

Return the start parameters of the iTip event.

Returns

array
The start parameters of the event.
API documentation generated by ApiGen