php-calendar icon indicating copy to clipboard operation
php-calendar copied to clipboard

Don't remove all occurrences on event modification

Open sproctor opened this issue 11 years ago • 0 comments

Instead we should make a list of old occurrences. Run through the list of occurrences to be created. Where an occurrence to be created is on the old list, remove it from the old list, otherwise create the occurrence in the DB. After all of the new occurrences have been processed, any occurrences on the old list should have their DB entries removed.

sproctor avatar Apr 24 '13 12:04 sproctor