creating Appointments in Outlook shared calendar through Oracle Forms
I'm having a bit of trouble trying to put appointments into a shared calendar in Outlook using the CLIENT_OLE2 stuff in Oracle forms. I can put appointments into my own calendar but cant quite figure out how to put into a specific calendar if I have more than one. Below is the code for putting into my calendar. If anyone can help it would be greatly appreciated.
PROCEDURE pr_appointment (pv_subject IN VARCHAR2,
pd_start IN DATE,
pd_end IN DATE,
pv_location IN VARCHAR2,
pv_body IN VARCHAR2) IS
/*declaration of the Outlook Object Variables*/
application CLIENT_OLE2.OBJ_TYPE;