mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 08:58:49 +00:00
Adding and removing calendars
This commit is contained in:
parent
64fa5eb924
commit
a79a85edbb
9 changed files with 353 additions and 141 deletions
|
@ -20,6 +20,13 @@ abstract class Sabre_CalDAV_Backend_Common extends Sabre_CalDAV_Backend_Abstract
|
|||
*/
|
||||
abstract public function getNamespace();
|
||||
|
||||
/**
|
||||
* @static
|
||||
* @abstract
|
||||
* @return string
|
||||
*/
|
||||
abstract public static function getBackendTypeName();
|
||||
|
||||
|
||||
/**
|
||||
* @param int $calendarId
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue