The MAFAppointmentView displays appointments scheduled in a day in a panel style. Each appointment appears as a colored panel (MAFAppointmentView), which shows the appointment title and the location.
The IMAFAppointmentListener communicates the changes to the application. This figure
shows the default look of the control:
<com.sap.maf.uicontrols.calendar.dayview.MAFCalendarDayView android:id="@+id/dayview" android:layout_width="fill_parent" android:layout_height="fill_parent" />
Implement the IMAFAppointmentListener interface to modify appointments.
Implement the IMAFCalendarDayViewListener interface to subscribe to user selections.
For the complete list of public API setter, getter, and modifier methods for the MAFCalendarDayView class, see the API reference.