Create appointment in another user's calander through VBA

  • Thread starter Thread starter Chet
  • Start date Start date
C

Chet

How do you create an appointment in another user's
calander in VBA? I know how to create the appointment for
my calander in Outlook but I am tying to create the
appointment for another user from my computer. I can do
it manually by opening a shared calander but don't know
how to access the person's calander through code. Does
anyone know how to achieve this in VBA.


Thanks
 
Use Namespace.GetSharedDefaultFolder to open other user's calendar folder
and add an appointment directly.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Back
Top