getVevent()
getVevent() : \Horde_Icalendar_Vevent
Returns the event as vEvent.
Returns
\Horde_Icalendar_Vevent —The wrapped event.
Defines the event interface required for iTip-Handling / resource booking.
Copyright 2010 Klarälvdalens Datakonsult AB Copyright 2010-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see LGPL.
copyEventInto(\Horde_Itip_Event $event) : NULL
Copy the details from an event into this one.
\Horde_Itip_Event | $event | The event to copy from. |
setAttendee(string $attendee, string $common_name, string $status) : NULL
Set the attendee parameters.
string | $attendee | The mail address of the attendee. |
string | $common_name | Common name of the attendee. |
string | $status | Attendee status (ACCPETED, DECLINED, TENTATIVE) |