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
Methods summary
public
|
#
__construct( Horde_Icalendar_Vevent $vevent )
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
|
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
|
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
|
public
string
|
#
getSummary( )
Return the summary for the event.
Return the summary for the event.
Returns
string The summary.
Implementation of
|
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
|
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
|
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
|
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
|
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
|
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.
|