When creating a new user, it by default gets a personal addressbook and calendar. Unfortunately, the calendar has not color set by default. Looking at the db dump, I see
INSERT INTO `sgnDV_calendars` (`id`, `principaluri`, `displayname`, `uri`, `synctoken`, `description`, `calendarorder`, `calendarcolor`, `timezone`, `components`, `transparent`) VALUES
(5, 'principals/users/test', 'Personal', 'personal', 1, NULL, 0, NULL, NULL, 'VEVENT,VTODO', 0);
Nextcloud: 13.0.6
When creating a new user, it by default gets a personal addressbook and calendar. Unfortunately, the calendar has not color set by default. Looking at the db dump, I see
Notice how calendarcolor is set to
NULL.Please pick a reasonable default instead of
NULL