$_vevent
$_vevent : \Horde_Icalendar_Vevent
The wrapped vEvent.
A wrapper for vEvent iCalender data.
Copyright 2002-2017 Horde LLC (http://www.horde.org/) Copyright 2004-2010 Klarälvdalens Datakonsult AB
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) |
copyUid(\Horde_Itip_Event $itip) : NULL
Copy the uid from the request into the provided iTip instance.
\Horde_Itip_Event | $itip |
copySummary(\Horde_Itip_Event $itip) : NULL
Copy the summary from the request into the provided iTip instance.
\Horde_Itip_Event | $itip |
copyDescription(\Horde_Itip_Event $itip) : NULL
Copy the description from the request into the provided iTip instance.
\Horde_Itip_Event | $itip |
copyStart(\Horde_Itip_Event $itip) : NULL
Copy the start time from the request into the provided iTip instance.
\Horde_Itip_Event | $itip |
copyEndOrDuration(\Horde_Itip_Event $itip) : NULL
Copy the end time or event duration from the request into the provided iTip instance.
\Horde_Itip_Event | $itip |
copySequence(\Horde_Itip_Event $itip) : NULL
Copy the sequence from the request into the provided iTip instance.
\Horde_Itip_Event | $itip |
copyLocation(\Horde_Itip_Event $itip) : NULL
Copy the location from the request into the provided iTip instance.
\Horde_Itip_Event | $itip |
copyOrganizer(\Horde_Itip_Event $itip) : NULL
Copy the organizer from the request into the provided iTip instance.
\Horde_Itip_Event | $itip |