summaryrefslogtreecommitdiff
path: root/lib/Kolab/CalDAV
diff options
context:
space:
mode:
authorThomas Bruederli <bruederli@kolabsys.com>2013-02-27 20:23:04 (GMT)
committerThomas Bruederli <bruederli@kolabsys.com>2013-02-27 20:23:04 (GMT)
commitbb251d58147a4486b4824facac265e346303e043 (patch)
tree76011f87db23d1ee34085ac70cee53157675005c /lib/Kolab/CalDAV
parentf780011a58d463a2980bf1b5de5d8161c213fdf2 (diff)
downloadiRony-bb251d58147a4486b4824facac265e346303e043.tar.gz
Enable ACL and service detection to work with Apple iCal
Diffstat (limited to 'lib/Kolab/CalDAV')
-rw-r--r--lib/Kolab/CalDAV/Calendar.php13
-rw-r--r--lib/Kolab/CalDAV/CalendarBackend.php1
2 files changed, 0 insertions, 14 deletions
diff --git a/lib/Kolab/CalDAV/Calendar.php b/lib/Kolab/CalDAV/Calendar.php
index 7b33744..40a6b35 100644
--- a/lib/Kolab/CalDAV/Calendar.php
+++ b/lib/Kolab/CalDAV/Calendar.php
@@ -59,19 +59,6 @@ class Calendar extends \Sabre\CalDAV\Calendar
/**
- * Getter for a nice and human readable name for this calendar
- * See http://wiki.kolab.org/UI-Concepts/Folder-Listing for reference
- *
- * @return string Name of this calendar
- */
- public function getName()
- {
- $folder = kolab_storage::object_name($this->imap_folder, $this->namespace);
- return $folder;
- }
-
-
- /**
* Returns the owner principal
*
* This must be a url to a principal, or null if there's no owner
diff --git a/lib/Kolab/CalDAV/CalendarBackend.php b/lib/Kolab/CalDAV/CalendarBackend.php
index 3dd5016..a277353 100644
--- a/lib/Kolab/CalDAV/CalendarBackend.php
+++ b/lib/Kolab/CalDAV/CalendarBackend.php
@@ -279,7 +279,6 @@ class CalendarBackend extends CalDAV\Backend\AbstractBackend
$storage = $this->get_storage_folder($calendarId);
if ($storage && ($event = $storage->get_object($uid))) {
- console('FOUND: ' . $event['uid']);
return array(
'id' => $event['uid'],
'uri' => $event['uid'] . '.ics',