]> git.mxchange.org Git - friendica-addons.git/blobdiff - dav/dav_caldav_backend_virtual_friendica.inc.php
Merge branch 'master' of git://github.com/friendica/friendica-addons
[friendica-addons.git] / dav / dav_caldav_backend_virtual_friendica.inc.php
index e25dce369efabaea876e6270825580f196dc8e2a..4f761da1aed0acb22a8cc6b929a0d731733fde18 100644 (file)
@@ -133,7 +133,7 @@ class Sabre_CalDAV_Backend_Friendica extends Sabre_CalDAV_Backend_Virtual
                        "is_allday"         => ($allday ? 1 : 0),
                        "is_moredays"       => (substr($start, 0, 10) != substr($finish, 0, 10)),
                        "is_recurring"      => ($row["type"] == "birthday"),
-                       "color"             => "#f8f8ff",
+                       "color"             => "7878ff",
                        "is_editable"       => 0,
                        "is_editable_quick" => 0,
                        "location"          => $row["location"],