143144145146147148149150151152153
.calendarEntryOfId( tenant, new CalendarEntryId(aCalendarEntryId)); for (Participant participant : this.inviteesFrom(tenant, aParticipantsToInvite)) { calendarEntry.uninvite(participant); } this.calendarEntryRepository().save(calendarEntry); }