Why doesn't OWA display this properly? 
Author Message
 Why doesn't OWA display this properly?

I have a custom form that I've created. I use this to set appointments for
our service techs from an access database.
The code for this is as follows:

Set MyOLApp = CreateObject("Outlook.Application")
    Set myNameSpace = MyOLApp.GetNamespace("MAPI")
    Set myRecipient = myNameSpace.CreateRecipient(strStaff)
    myRecipient.Resolve
    If myRecipient.Resolved Then
        Set myFolder = _
        myNameSpace.GetSharedDefaultFolder _
        (myRecipient, olFolderCalendar)
    End If

    Set myApptItem = myFolder.Items.Add("IPM.Appointment.SetTime")

If the techs access the form from Outlook the custom form is displayed and
all is well. If they TRY and access the form from Outlook Web Access it
comes up as a meeting request and they cannot edit the appt. It just lets
them reply to the request. If I set an appointment on my own calendar using
this method It displays like it should.

Is it possible to set these for others so they display like a normal
appointment in OWA?

Randy



Sat, 18 Oct 2003 11:16:58 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Form doesn't display properly on user's PC

2. Why doesn't Access always add properly?

3. Why oh why doesn't this work?

4. Documenter doesn't work properly in A2K

5. Form control doesn't repond properly?

6. Outlook doesn't properly start on external activation

7. Select method doesn't work properly

8. Listbox w/ datasource doesn't sync properly

9. window doesn't paint or scroll properly after recieving WM_GETTEXT

10. Small toolbar look - toolbar control doesn't work properly

11. AllocUnit() function doesn't work properly with NTFS

12. VBScript Eval function doesn't work properly

 

 
Powered by phpBB® Forum Software