I am trying to build a prototype application within SAP to shedule appointments for customers using one of many available employees. My thought was to have SAP calendaring manage the appointments and just call various objects to display and create appoinments.
I am having a problem displaying free/busy time properly. The class that I am using CL_PLANNER does not include appointments scheduled by other people in the free/busy time display. The data is available in the system (table SCAPPT holds the regular appts, and SCGENAPPT holds the others). There are also function modules for retrieving the missing data, but nothing that I can find within the classes available for appointments.
Has anyone else worked with this functionality? Any recommendations on how to include the missing free/busy data?