Oracle Forms (MOSC)

MOSC Banner

creating Appointments in Outlook shared calendar through Oracle Forms

edited Feb 16, 2011 7:43PM in Oracle Forms (MOSC) 2 commentsAnswered
 Hi,

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; 

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center