Свойство | Тип | Описание | |
---|---|---|---|
$type | string | The component type of this class. |
Метод | Описание | |
---|---|---|
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. |
public organizerName ( ) : string | ||
Результат | string | The organizer name to display for this event. |
public updateAttendee ( $email, $status, $fullname = '' ) | ||
The email address of the attendee. | ||
$status | The participant status to set. | |
$fullname | The full name of the participant to set. |
public updateAttendeesFromvEvent ( Horde_Icalendar_Vevent $vevent ) | ||
$vevent | Horde_Icalendar_Vevent | The vEvent with latest details |
public updateFromvEvent ( Horde_Icalendar_Vevent $vevent ) | ||
$vevent | Horde_Icalendar_Vevent | The vEvent with latest details. |