nextcloud/apps/dav/lib/CalDAV
Christian Weiske 74794bf100 Delete old birthday calendar object when moving contact to another address book
When an contact is moved to another address book, the contact is copied to
the second address book.
During copying, the birthday event is created - but it gets the same UID
as the contact's birthday event in the first address book.

To prevent the "Calendar object with uid already exists" error that followed,
we need to delete the old entry before the new one is created.

Resolves: https://github.com/nextcloud/server/issues/20492
Signed-off-by: Christian Weiske <cweiske@cweiske.de>
2021-03-26 07:25:44 +00:00
..
Activity Remove unneeded casts that were found by Psalm 2021-01-11 13:14:41 +01:00
BirthdayCalendar Update license headers for 19 2020-04-29 11:57:22 +02:00
ICSExportPlugin Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Integration Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
InvitationResponse Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Principal Update license headers for 19 2020-04-29 11:57:22 +02:00
Proxy Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Publishing Remove unneeded casts that were found by Psalm 2021-01-11 13:14:41 +01:00
Reminder [CalDAV] Validate notified emails 2021-01-25 10:10:13 +01:00
ResourceBooking Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Schedule Do not send imip email to invalid recipients 2021-02-11 19:00:23 +00:00
Search Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
WebcalCaching Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
BirthdayService.php Delete old birthday calendar object when moving contact to another address book 2021-03-26 07:25:44 +00:00
CachedSubscription.php Update license headers for 19 2020-04-29 11:57:22 +02:00
CachedSubscriptionObject.php Update license headers 2019-12-05 15:38:45 +01:00
CalDavBackend.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
Calendar.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
CalendarHome.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
CalendarImpl.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
CalendarManager.php Update license headers for 19 2020-04-29 11:57:22 +02:00
CalendarObject.php Update license headers for 19 2020-04-29 11:57:22 +02:00
CalendarRoot.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Outbox.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Plugin.php Update license headers for 19 2020-04-29 11:57:22 +02:00
PublicCalendar.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00
PublicCalendarObject.php Update license headers 2019-12-05 15:38:45 +01:00
PublicCalendarRoot.php Update license headers for 19 2020-04-29 11:57:22 +02:00