We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c825ee + 4d299d1 commit d78449cCopy full SHA for d78449c
apps/dav/lib/CalDAV/BirthdayService.php
@@ -165,7 +165,7 @@ public function ensureCalendarExists(string $principal):?array {
165
}
166
$this->calDavBackEnd->createCalendar($principal, self::BIRTHDAY_CALENDAR_URI, [
167
'{DAV:}displayname' => 'Contact birthdays',
168
- '{http://apple.com/ns/ical/}calendar-color' => '#FFFFCA',
+ '{http://apple.com/ns/ical/}calendar-color' => '#E9D859',
169
'components' => 'VEVENT',
170
]);
171
0 commit comments