]> git.mxchange.org Git - friendica-addons.git/blobdiff - dav/common/dav_caldav_backend_private.inc.php
Bug fix for Twitter
[friendica-addons.git] / dav / common / dav_caldav_backend_private.inc.php
index 5356280a42c225a98797836306aafb272dfd1b0d..1eb3b3656c7b76684afa9972209722dc09af9f63 100644 (file)
@@ -177,7 +177,7 @@ class Sabre_CalDAV_Backend_Private extends Sabre_CalDAV_Backend_Common
                                "principaluri"                                                             => $principalUri,
                                '{' . Sabre_CalDAV_Plugin::NS_CALENDARSERVER . '}getctag'                  => $cal['ctag'] ? $cal['ctag'] : '0',
                                '{' . Sabre_CalDAV_Plugin::NS_CALDAV . '}supported-calendar-component-set' => new Sabre_CalDAV_Property_SupportedCalendarComponentSet($components),
-                               "calendar_class"                                                           => "Sabre_CalDAV_Calendar",
+                               "calendar_class"                                                           => "Sabre_CalDAV_Calendar_Private",
                        );
                        foreach ($this->propertyMap as $key=> $field) $dat[$key] = $cal[$field];