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

Interface Horde_Itip_Event

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

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

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

Direct known implementers

Horde_Itip_Event_Vevent
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.php
Methods summary
public Horde_Icalendar_Vevent
# getVevent( )

Returns the event as vEvent.

Returns the event as vEvent.

Returns

Horde_Icalendar_Vevent
The wrapped event.
public string
# getMethod( )

Return the method of the iTip request.

Return the method of the iTip request.

Returns

string
The method of the request.
public string
# getUid( )

Return the uid of the iTip event.

Return the uid of the iTip event.

Returns

string
The uid of the event.
public string
# getSummary( )

Return the summary for the event.

Return the summary for the event.

Returns

string
The summary.
public string
# getStart( )

Return the start of the iTip event.

Return the start of the iTip event.

Returns

string
The start of the event.
public string
# getEnd( )

Return the end of the iTip event.

Return the end of the iTip event.

Returns

string
The end of the event.
public string
# getOrganizer( )

Return the organizer of the iTip event.

Return the organizer of the iTip event.

Returns

string
The organizer of the event.
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
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
API documentation generated by ApiGen