diff options
author | Georg Ehrke <developer@georgehrke.com> | 2020-01-14 16:48:48 +0100 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2020-01-14 16:48:48 +0100 |
commit | 4d299d1c66e97b7f115873203344958b4a961a20 (patch) | |
tree | ab0f55424b5e4923918ec2b78fab9394c7e2eab4 /apps/dav | |
parent | 092a1fb90f57639a15adc5a8e565b53debe26a8a (diff) | |
download | nextcloud-server-4d299d1c66e97b7f115873203344958b4a961a20.tar.gz nextcloud-server-4d299d1c66e97b7f115873203344958b4a961a20.zip |
Changes the Birthday calendar color to slightly brighter one
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/lib/CalDAV/BirthdayService.php | 2 |
1 files changed, 1 insertions, 1 deletions
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', ]); |