PHP 클래스 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.
저자: Mike Cochrane ([email protected])
상속: extends Horde_Icalendar
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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.

메소드 상세

exportvCalendar() 공개 메소드

TODO
public exportvCalendar ( ) : TODO
리턴 TODO

organizerName() 공개 메소드

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

updateAttendee() 공개 메소드

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() 공개 메소드

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() 공개 메소드

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

프로퍼티 상세

$type 공개적으로 프로퍼티

The component type of this class.
public string $type
리턴 string