Skip to content

Avoid calling twice update() in setAttendees().

Damien Caliste requested to merge work/setAttendees into master

Move the update() call after the clearAttendees() since the later also call update() internally. Calling twice update() is emitting a warning if the incidence is stored by a memory calendar.

Merge request reports