-
Notifications
You must be signed in to change notification settings - Fork 8
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
Duplicate birthday calendar #205
Comments
Have the same issue. Since I don't have any of those apps listed, it's safe to assume it comes from Calendar+. One more "birthdays" subscription is added every time I access/refresh the page. |
Uncommenting those lines :
in pagecontroller.php prevented the Birthdays from duplicating. I guess, by looking at checkBirthdayCalendarByUri, that $this->userId may not always return the same thing ? Or that bdaycpltocal_ isn't saved correctly... (I have ContactsPlus installed) |
These lines are not commented in my pagecontroller.php file. And after fix the problem, how did you remove the duplicate birthday calendars ? One by one or with a SQL query ? |
@Spheerys: I would recommend to remove them one by one via OC webclient to be sure that there are no side effects if you delete them directly an the DB-level. Yea, I know, you've got a lot of entries - but just to be sure ;) |
I commented out the lines myself. After the fix, I deleted all but one of the birthdays. Be aware that after commenting the text out, if you delete every subscription you have, it won't reappear. So either delete all but one of the birthdays (by hand/with sql), or delet everything, uncomment the lines, regenerate one, recomment the lines. I deleted by hand, only had a few ones. |
Deleting them in the database, if they are all empty, leaves no side effect other than described in the previous message. |
I finally delete them manually ^^ Inside the pagecontroller.php file, I just comment one line this way :
My problem is solved (until next upgrade) :) |
Since the bug is not resolved, you should not close it. |
You're right, I have reopen it :) |
Hello. There's some place where code makes strtolower when creating the URI for the calendar link. The app checks for the existence of birthday's calendar by comparing the actual UserName with the calendar's URI A pity I'm not able to fix it. Just looking for strtolower strings but no success for now even commenting all appearings out. :-/ I'll write if I get any new hint. Up to now I've disabled the creation of the birthday calendar at (Meanwhile, I keep struggling with another issue) Regards. |
I too have this problem, with an uppercase username in OC. |
Hi,
I have a duplicate suscribed birthday calendar but I'm not sure if the problem comes from calendarplus, Thunderbird SoGo Connector or SolCalendar (my android app) !
I have all day more and more birthday suscribed calendar, and I don't know why !
From which component the issue comes from ?
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/28563971-duplicate-birthday-calendar?utm_campaign=plugin&utm_content=tracker%2F19394737&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F19394737&utm_medium=issues&utm_source=github).How can I delete them on one time ?
The text was updated successfully, but these errors were encountered: