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

#8629 use a global unique identifier for each event sequence type #8640

Closed
wants to merge 1 commit into from
Closed

Conversation

christian-weiss
Copy link

Solves #8629.

Use a global unique identifier for each event sequence type (birthday, anniversary, date of death) instead of one shared contact URI.

Using the unique event ObjectUri/DateUri as event UID solved that issue for me.

Maybe someone could add some unit tests. (I could not find an existing unit test for that. So unit tests are not changed.)

Maybe someone could add a migration script to fix existing data in database.

Instructions to fix corrupt data:
Migration for existing corrupt VCALENDAR datasets can be healed with:

  • truncate table
  • re-creation of birthday calendar

docker exec --user www-data nextcloudapp php occ dav:sync-birthday-calendar christian

…rthday, anniversary, date of death) instead of one shared contact URI
@christian-weiss
Copy link
Author

Needs some re-work. UID "generation" needs to be done in caller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant