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

Unable to rename Contact birthday calendar #47330

Closed
Valdnet opened this issue Mar 25, 2021 · 8 comments · Fixed by #47332
Closed

Unable to rename Contact birthday calendar #47330

Valdnet opened this issue Mar 25, 2021 · 8 comments · Fixed by #47332
Labels
1. to develop Accepted and waiting to be taken care of bug

Comments

@Valdnet
Copy link
Contributor

Valdnet commented Mar 25, 2021

Steps to reproduce

  1. Create a Contact birthday calendar.
  2. Change its name to something else.
  3. Refresh the page.

After refreshing the page, the changed name of the Contact birthday calendar returns to the original name and the user's avatar disappears (not shared). The calendar menu also changes from Unshare from me to Delete.

  • Before renaming:

obraz

  • After renaming:

obraz

  • After refreshing the page:

obraz

  • The same happens without changing the name. After refreshing the page, the calendar is not shared with me.

Calendar app

Calendar app version: (see apps admin page, e.g. 2.0.1)
2.2.0

Server configuration

Nextcloud Version: (see admin page, e.g. 17.0.2)
21.0.0

@Valdnet Valdnet added the bug label Mar 25, 2021
@Valdnet Valdnet mentioned this issue Mar 25, 2021
@Valdnet Valdnet changed the title Return of name of Birthday Calendar Return of name of contact birthday calendar Mar 25, 2021
@lzlrd
Copy link

lzlrd commented May 10, 2022

This is still an issue, unfortunately, which would be great to have addressed. The inconsistency can bother some people between their calendars, especially if they use quick, short names [for their other calendars] like I do (eg. School, Work, Personal, etc.).

@RichardFevrier
Copy link

Maybe the issue would be better titled with Unable to rename Contact birthday calendar 🙂

@ChristophWurst ChristophWurst changed the title Return of name of contact birthday calendar nable to rename Contact birthday calendar Nov 9, 2022
@ChristophWurst ChristophWurst added the 1. to develop Accepted and waiting to be taken care of label Nov 9, 2022
@RichardFevrier

This comment was marked as resolved.

@ChristophWurst ChristophWurst changed the title nable to rename Contact birthday calendar Unable to rename Contact birthday calendar Nov 9, 2022
@ChristophWurst
Copy link
Member

ixed it

@CheewyOFF
Copy link

Still having the issue

@CheewyOFF
Copy link

CheewyOFF commented Jul 14, 2024

After some very light digging, it seems that the problem is on the server side, as I noticed no difference at all between the API calls and the results when trying to rename both normal calendars and the birthday calendar. Indeed, the problem is occuring after reloading the page, and the server is sending the older unchanged version. I didn't find much about the server on this repo, is this in the https://github.com/nextcloud/server repo ? (Sorry, really new to Nextcloud, I know this is a trivial question)

@devwearsprada
Copy link

Issue is not fixed, still unable to change the name and color.

@miaulalala
Copy link
Contributor

miaulalala commented Aug 19, 2024

Indeed - the DB changes but the propfind for the user doesn't return the data that is there but a predefined string:

if ($this->getName() === BirthdayService::BIRTHDAY_CALENDAR_URI) {
$this->calendarInfo['{DAV:}displayname'] = $l10n->t('Contact birthdays');
}
if ($this->getName() === CalDavBackend::PERSONAL_CALENDAR_URI &&

@miaulalala miaulalala transferred this issue from nextcloud/calendar Aug 19, 2024
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants