PHP Class Kronolith_Event_Ical, horde
See the enclosed file COPYING for license information (GPL). If you
did not receive this file, see http://www.horde.org/licenses/gpl.
Afficher le fichier
Open project: horde/horde
Class Usage Examples
Méthodes publiques
Méthodes publiques
Méthodes protégées
Méthode |
Description |
|
_handlevEventRecurrence ( Horde_Icalendar $vEvent ) |
Parses the various exception related fields. Only deal with the EXDATE
field here. |
|
Method Details
_handlevEventRecurrence()
protected méthode
Parses the various exception related fields. Only deal with the EXDATE
field here.
fromDriver()
public méthode
Imports a backend specific event object.
getTitle()
public méthode
Returns the title of this event.
getViewUrl()
public méthode
public getViewUrl ( array $params = [], $full = false, $encoded = true ) : Horde_Url |
$params |
array |
|
Résultat |
Horde_Url |
|
hasPermission()
public méthode
Property Details
$calendarType public_oe property
The type of the calender this event exists on.
public string $calendarType |
Résultat |
string |
|
$permission public_oe property
The Horde_Perms permissions mask matching the CalDAV ACL of this event's
calendar.
public int $permission |
Résultat |
integer |
|
$status public_oe property
The status of this event.
public int $status |
Résultat |
integer |
|