PHP Class Horde_Icalendar_Vevent, horde

Copyright 2003-2016 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.
Author: Mike Cochrane ([email protected])
Inheritance: extends Horde_Icalendar
Show file Open project: horde/horde Class Usage Examples

Public Properties

Property Type Description
$type string The component type of this class.

Public Methods

Method Description
exportvCalendar ( ) : TODO TODO
organizerName ( ) : string Return the organizer display name or email.
updateAttendee ( $email, $status, $fullname = '' ) Update the status of an attendee of an event.
updateAttendeesFromvEvent ( Horde_Icalendar_Vevent $vevent ) Update just the attendess of event with details from another event.
updateFromvEvent ( Horde_Icalendar_Vevent $vevent ) Update this event with details from another event.

Method Details

exportvCalendar() public method

TODO
public exportvCalendar ( ) : TODO
return TODO

organizerName() public method

Return the organizer display name or email.
public organizerName ( ) : string
return string The organizer name to display for this event.

updateAttendee() public method

Update the status of an attendee of an event.
public updateAttendee ( $email, $status, $fullname = '' )
$email The email address of the attendee.
$status The participant status to set.
$fullname The full name of the participant to set.

updateAttendeesFromvEvent() public method

Update just the attendess of event with details from another event.
public updateAttendeesFromvEvent ( Horde_Icalendar_Vevent $vevent )
$vevent Horde_Icalendar_Vevent The vEvent with latest details

updateFromvEvent() public method

Update this event with details from another event.
public updateFromvEvent ( Horde_Icalendar_Vevent $vevent )
$vevent Horde_Icalendar_Vevent The vEvent with latest details.

Property Details

$type public property

The component type of this class.
public string $type
return string