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