mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08: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
|
@ -28,6 +28,13 @@ class Sabre_CalDAV_Backend_Friendica extends Sabre_CalDAV_Backend_Virtual
|
|||
return CALDAV_NAMESPACE_PRIVATE;
|
||||
}
|
||||
|
||||
/**
|
||||
* @static
|
||||
* @return string
|
||||
*/
|
||||
public static function getBackendTypeName() {
|
||||
return t("Friendicy-Native events");
|
||||
}
|
||||
|
||||
/**
|
||||
* @static
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue