Skip to content

Commit

Permalink
Change hair dresser name
Browse files Browse the repository at this point in the history
  • Loading branch information
Knicksaas committed May 17, 2024
1 parent 82aec86 commit 9fd5283
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ protected void execLoadItems(Date minDate, Date maxDate, Set<ICalendarItem> resu
start = cal.getTime();
cal.add(HOUR_OF_DAY, 1);
end = cal.getTime();
CalendarAppointment calendarAppointment = new CalendarAppointment(7L, 2L, start, end, false, null, "Hair dresser", null, cssClass);
CalendarAppointment calendarAppointment = new CalendarAppointment(7L, 2L, start, end, false, null, "Hairdresser", null, cssClass);
calendarAppointment.setSubjectLabel("Out of office");
calendarAppointment.setCalendarId(BEANS.get(ICalendarService.class).getJohnDoeCalendar().getCalendarId());
calendarAppointment.getDescriptionElements().add(BEANS.get(CalendarItemDescriptionElement.class).withText("THE LINE, Zurich").withIconId(Icons.World));
Expand Down

0 comments on commit 9fd5283

Please sign in to comment.