return new CalendarEntry[] { calendarEntry1, calendarEntry2, calendarEntry3 };
}
protected Calendar[] calendarAggregates() {
Tenant tenant = new Tenant("01234567");
Set<CalendarSharer> invitees = new TreeSet<CalendarSharer>();
invitees.add(new CalendarSharer(new Participant("zoe", "Zoe Doe", "zoe@saasovation.com")));
Calendar calendar1 =