appointment.setTitle(appointmentTitle);
appointment.setSubtitle(appointmentLocation == null ? ""
: appointmentLocation);
appointment.setDescription(appointmentComments == null ? ""
: appointmentComments);
model.addEntry(appointment);
model.refresh();
appointmentStart = new Date();
appointmentEnd = new Date();
appointmentTitle = "";
appointmentLocation = "";