$_registry
$_registry : \Horde_Registry
A registry object.
The calendar and task list backend wrapper.
$_storage : \Horde_Dav_Storage_Base
A storage object.
__construct(\Horde_Registry $registry, \Horde_Dav_Storage_Base $storage)
Constructor.
\Horde_Registry | $registry | A registry object. |
\Horde_Dav_Storage_Base | $storage | A storage object. |
createCalendar(string $principalUri, string $calendarUri, array $properties) : void
Creates a new calendar for a principal.
If the creation was a success, an id must be returned that can be used to reference this calendar in other methods, such as updateCalendar.
string | $principalUri | |
string | $calendarUri | |
array | $properties |
_interface(string $calendarId) : string
Returns the application that owns a certain calendar or task list.
string | $calendarId | An external calendar or task list id. |
if the application cannot be found.
The application that owns the calendar or task list.