From 4d299d1c66e97b7f115873203344958b4a961a20 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Tue, 14 Jan 2020 16:48:48 +0100 Subject: Changes the Birthday calendar color to slightly brighter one Signed-off-by: Georg Ehrke --- apps/dav/lib/CalDAV/BirthdayService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/dav/lib/CalDAV/BirthdayService.php b/apps/dav/lib/CalDAV/BirthdayService.php index 31ea38fc7b7..2077ed00d49 100644 --- a/apps/dav/lib/CalDAV/BirthdayService.php +++ b/apps/dav/lib/CalDAV/BirthdayService.php @@ -165,7 +165,7 @@ class BirthdayService { } $this->calDavBackEnd->createCalendar($principal, self::BIRTHDAY_CALENDAR_URI, [ '{DAV:}displayname' => 'Contact birthdays', - '{http://apple.com/ns/ical/}calendar-color' => '#FFFFCA', + '{http://apple.com/ns/ical/}calendar-color' => '#E9D859', 'components' => 'VEVENT', ]); -- cgit v1.2.3 ged'>27-shared-null-storage-merged Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
blob: 98573e0f1ee2eb2bbafda26b7482a5099bde37f7 (plain)
1
2
3
4
5
6