public void uninviteCalendarEntryParticipant(
String aTenantId,
String aCalendarEntryId,
Set<String> aParticipantsToInvite) {
Tenant tenant = new Tenant(aTenantId);
CalendarEntry calendarEntry =
this.calendarEntryRepository()
.calendarEntryOfId(
tenant,