DomainRegistry.calendarEntryRepository().save(calendarEntry);
calendarEntryApplicationService
.changeCalendarEntryDescription(
calendarEntry.tenant().id(),
calendarEntry.calendarEntryId().id(),
"A changed calendar entry description.");
CalendarEntry changedCalendarEntry =
DomainRegistry
.calendarEntryRepository()