Overview

Packages

  • Icalendar

Classes

  • Horde_Icalendar
  • Horde_Icalendar_Daylight
  • Horde_Icalendar_Exception
  • Horde_Icalendar_Standard
  • Horde_Icalendar_Translation
  • Horde_Icalendar_Valarm
  • Horde_Icalendar_Vcard
  • Horde_Icalendar_Vevent
  • Horde_Icalendar_Vfreebusy
  • Horde_Icalendar_Vjournal
  • Horde_Icalendar_Vnote
  • Horde_Icalendar_Vtimezone
  • Horde_Icalendar_Vtodo
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Icalendar_Vevent

Class representing vEvents.

Copyright 2003-2012 Horde LLC (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Horde_Icalendar
Extended by Horde_Icalendar_Vevent
Package: Icalendar
Category: Horde
License: LGPL 2.1
Author: Mike Cochrane mike@graftonhall.co.nz
Located at Horde/Icalendar/Vevent.php
Methods summary
public TODO
# exportvCalendar( )

TODO

TODO

Returns

TODO

Overrides

Horde_Icalendar::exportvCalendar()
public
# updateAttendee( mixed $email, mixed $status, mixed $fullname = '' )

Update the status of an attendee of an event.

Update the status of an attendee of an event.

Parameters

$email
email address of the attendee.
$status
participant status to set.
$fullname
full name of the participant to set.
public string
# organizerName( )

Return the organizer display name or email.

Return the organizer display name or email.

Returns

string
The organizer name to display for this event.
public
# updateFromvEvent( Horde_Icalendar_Vevent $vevent )

Update this event with details from another event.

Update this event with details from another event.

Parameters

$vevent
The vEvent with latest details.
public
# updateAttendeesFromvEvent( Horde_Icalendar_Vevent $vevent )

Update just the attendess of event with details from another event.

Update just the attendess of event with details from another event.

Parameters

$vevent
The vEvent with latest details
Methods inherited from Horde_Icalendar
__construct(), _exportDateTime(), _exportUtcOffset(), _parseDate(), _parseDateTime(), addComponent(), clear(), findComponent(), findComponentByAttribute(), getAllAttributes(), getAttribute(), getAttributeDefault(), getAttributeValues(), getComponent(), getComponentClasses(), getComponentCount(), getComponents(), getType(), newComponent(), parsevCalendar(), removeAttribute(), setAttribute(), setParameter(), setVersion(), toHash()
Properties summary
public string $type

The component type of this class.

The component type of this class.

# 'vEvent'
API documentation generated by ApiGen