Package | Description |
---|---|
com.llwork.external.appointment |
Modifier and Type | Class and Description |
---|---|
class |
AppointmentData
Implementation of LLwork of the interface IAppointmentData.
|
Modifier and Type | Method and Description |
---|---|
IAppointmentData[] |
IAppointmentManager.getAppointments(java.util.Date from,
java.util.Date to)
This application should return all appointments and meetings of a time span
|
IAppointmentData[] |
IAppointmentManager.getTodaysAppointments()
This application should return all todays appointments and meetings
|
Modifier and Type | Method and Description |
---|---|
boolean |
IAppointmentManager.createAppointment(IAppointmentData appointmentData,
boolean isMeeting,
boolean sendImmediately,
boolean openExternal)
Creates an appointment or meeting in the external application.
|