nextcloud/apps/dav/lib/CalDAV
Christian Weiske 0e88470b75 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:22:56 +00:00
..
Activity Merge pull request #19039 from nextcloud/dav-activity-provide-links-to-calendar 2020-04-30 09:10:56 +02: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 license headers for 19 2020-04-29 11:57:22 +02:00
Principal Update license headers for 19 2020-04-29 11:57:22 +02:00
Proxy Update license headers for 19 2020-04-29 11:57:22 +02:00
Publishing Add ability to limit sharing to owner 2020-08-20 12:51:09 +00:00
Reminder [CalDAV] Validate notified emails 2021-01-26 11:09:43 +01:00
ResourceBooking Update license headers for 19 2020-04-29 11:57:22 +02:00
Schedule Do not send imip email to invalid recipients 2021-02-17 09:29:36 +01:00
Search Update license headers for 19 2020-04-29 11:57:22 +02:00
WebcalCaching Update license headers for 19 2020-04-29 11:57:22 +02:00
BirthdayService.php Delete old birthday calendar object when moving contact to another address book 2021-03-26 07:22:56 +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 fixes sharing to group ids with characters that are being url encoded 2020-12-18 12:00:22 +01:00
Calendar.php Update license headers for 19 2020-04-29 11:57:22 +02:00
CalendarHome.php Update license headers for 19 2020-04-29 11:57:22 +02:00
CalendarImpl.php Update license headers for 19 2020-04-29 11:57:22 +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