Appointments in NON-DEFAULT calendar

C

Ciao

HI everybody!
Can anybody help me with this problem?
I have to add appointments in my outlook calendar from access, but I don't
want to use the default calendar, but another one I created.

Please help me

Steen
 
S

Sue Mosher [MVP-Outlook]

To create a new item, use the Add method on the target folder's Items
collection. You can use the code at
http://www.outlookcode.com/d/code/getfolder.htm to walk the folder hierarchy
and return the MAPIFolder corresponding to a given path string.

FYI, there is a newsgroup specifically for general Outlook programming
issues "down the hall" at microsoft.public.outlook.program_vba
 
C

Ciao

I will try, thanks a lot for you help




Sue Mosher said:
To create a new item, use the Add method on the target folder's Items
collection. You can use the code at
http://www.outlookcode.com/d/code/getfolder.htm to walk the folder hierarchy
and return the MAPIFolder corresponding to a given path string.

FYI, there is a newsgroup specifically for general Outlook programming
issues "down the hall" at microsoft.public.outlook.program_vba

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top