193194195196197198199200201202203
.calendarOfId( tenant, new CalendarId(aCalendarId)); for (CalendarSharer sharer : this.sharersFrom(tenant, aParticipantsToUnsharedWith)) { calendar.unshareCalendarWith(sharer); } this.calendarRepository().save(calendar); }