Class Kronolith_Calendars_Base
The base functionality of the calendars handler.
See the enclosed file COPYING for license information (GPL). If you
did not receive this file, see http://www.horde.org/licenses/gpl.
Methods summary
public
|
#
__construct( Horde_Share_Base $shares, string $user, array $params )
Constructor.
Parameters
- $shares
- The share backend.
- $user
- The current user.
- $params
- Additional parameters.
|
public
Horde_Share_Object
|
#
createDefaultShare( )
Create the default calendar share for the current user.
Create the default calendar share for the current user.
Returns
Horde_Share_Object The new default share.
|