mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
Merge pull request #18895 from nextcloud/bugfix/noid/fix_birthday_calendar_color
Changes the Birthday calendar color to slightly brighter one
This commit is contained in:
commit
d78449c01c
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue