Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

personal calendar for newly created users has no calendar color set #11256

Closed
mbiebl opened this issue Sep 17, 2018 · 15 comments · Fixed by #17148
Closed

personal calendar for newly created users has no calendar color set #11256

mbiebl opened this issue Sep 17, 2018 · 15 comments · Fixed by #17148
Labels
1. to develop Accepted and waiting to be taken care of bug feature: dav

Comments

@mbiebl
Copy link

mbiebl commented Sep 17, 2018

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

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);

Notice how calendarcolor is set to NULL.
Please pick a reasonable default instead of NULL

@nextcloud-bot
Copy link
Member

GitMate.io thinks possibly related issues are #2597 (Calendar Import: "Create Calendar" option fails.), #3014 (Calendar event invitation automatically creates a new 'personal' calendar), #5040 (Upon invitations, calendar "personal" is created although there is a valid calender), #2568 (user can't change language in personal settings), and #1011 (Error while re-creating a user).

@MorrisJobke
Copy link
Member

cc @georgehrke

@szaimen

This comment has been minimized.

@szaimen szaimen closed this as completed May 21, 2021
@mbiebl

This comment has been minimized.

@szaimen

This comment has been minimized.

@mbiebl

This comment has been minimized.

@mbiebl

This comment has been minimized.

@szaimen

This comment has been minimized.

@szaimen

This comment has been minimized.

@szaimen

This comment has been minimized.

@mbiebl

This comment has been minimized.

@mbiebl

This comment has been minimized.

@szaimen

This comment has been minimized.

@szaimen szaimen reopened this May 21, 2021
@szaimen szaimen added 1. to develop Accepted and waiting to be taken care of feature: dav and removed 0. Needs triage Pending check for reproducibility or if it fits our roadmap labels May 21, 2021
@szaimen
Copy link
Contributor

szaimen commented May 21, 2021

cc @nextcloud/calendar

@ChristophWurst
Copy link
Member

PR is at #17148

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of bug feature: dav
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants