Skip to content

Commit

Permalink
The birthday calendar can only hold VEVENT - refs owncloud/tasks#338
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Aug 29, 2016
1 parent 4216cad commit 0865c6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/dav/lib/CalDAV/BirthdayService.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ public function ensureCalendarExists($principal) {
$this->calDavBackEnd->createCalendar($principal, self::BIRTHDAY_CALENDAR_URI, [
'{DAV:}displayname' => 'Contact birthdays',
'{http://apple.com/ns/ical/}calendar-color' => '#FFFFCA',
'components' => 'VEVENT,VTODO',
]);

return $this->calDavBackEnd->getCalendarByUri($principal, self::BIRTHDAY_CALENDAR_URI);
Expand Down

0 comments on commit 0865c6d

Please sign in to comment.