CalendarEntry calendarEntry =
DomainRegistry
.calendarEntryRepository()
.calendarEntryOfId(
calendar.tenant(),
new CalendarEntryId(calendarEntryId));
assertNotNull(calendarEntry);
assertEquals("My annual checkup appointment", calendarEntry.description());
assertEquals("Family Health Offices", calendarEntry.location());
assertEquals("owner1", calendarEntry.owner().identity());