X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=dav%2Fdav_caldav_backend_virtual_friendica.inc.php;h=4f761da1aed0acb22a8cc6b929a0d731733fde18;hb=ca54de905345d8e426e33c427a671998d845a8b3;hp=e25dce369efabaea876e6270825580f196dc8e2a;hpb=ef8a46da2cd9f73992045104ceaf351cf2a78b87;p=friendica-addons.git diff --git a/dav/dav_caldav_backend_virtual_friendica.inc.php b/dav/dav_caldav_backend_virtual_friendica.inc.php index e25dce36..4f761da1 100644 --- a/dav/dav_caldav_backend_virtual_friendica.inc.php +++ b/dav/dav_caldav_backend_virtual_friendica.inc.php @@ -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"],