How re referance a non defualt outlook 2007 calendar

Status
Not open for further replies.
G

Gary.

I am working with office 2007

I have some code in Access 2007 that allows me to enter and appointment

into the default outlook 2007 calendar.

I would like to have appointments sent to a non default calendar. My

problem is how to reference a non default calendar in out4ook 2007
 
Where does that folder live?

Dmitry Streblechenko (MVP)

-

"Gary." <gmhull@sbcglobal.net> wrote in message

news:O8eBFDvkKHA.1652@TK2MSFTNGP05.phx.gbl...
> I am working with office 2007
> I have some code in Access 2007 that allows me to enter and appointment
> into the default outlook 2007 calendar.
> I would like to have appointments sent to a non default calendar. My
> problem is how to reference a non default calendar in out4ook 2007
 
"Dmitry Streblechenko" <dmitry@dimastr.com> wrote in news:utF9HvvkKHA.6096

@TK2MSFTNGP02.phx.gbl:


> Where does that folder live?
>


Calendar/Test(PersonalFolders)
 
Set CalendarFolder = Application.Session.GetDefaultFolder(olFolderCalendar)

set SubFolder = CalendarFolder.Folders("Test(PersonalFolders)")

Dmitry Streblechenko (MVP)

-

"Gary." <gmhull@sbcglobal.net> wrote in message

news:eiO$DawkKHA.4772@TK2MSFTNGP04.phx.gbl...
> "Dmitry Streblechenko" <dmitry@dimastr.com> wrote in news:utF9HvvkKHA.6096
> @TK2MSFTNGP02.phx.gbl:
>
> > Where does that folder live?
> >


> Calendar/Test(PersonalFolders)
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
T Event Error on non existent Event. Using Outlook 2
T Outlook 2010 Errore run-time -2147417851 (80010105) Metodo delete ContactItem non riuscito Outlook VBA and Custom Forms 0
F VBA to move email from Non Default folder to Sub folders as per details given in excel file Outlook VBA and Custom Forms 11
G Add to Outlook Contacts - Point to non-default contacts folder Using Outlook 0
R Auto display of new email does not work on non-default account Outlook VBA and Custom Forms 0
T The non-email functions Using Outlook 8
cricket1001 Shade non-working days in calendar Using Outlook 0
O Address list - company and non-company ? Using Outlook 0
O Non-standard fonts - are they embedded? Using Outlook 2
G Auto accept meeting request for non primary account Outlook VBA and Custom Forms 1
Mark White VBScript Move sent mail to non-default folder Outlook VBA and Custom Forms 5
Mark White VBScript Move sent mail to non-default folder Outlook VBA and Custom Forms 0
V importing appointments to non-default calendar? Using Outlook 1
Diane Poremsky Working with VBA and non-default Outlook Folders Using Outlook 0
C Copy Task to Non-Microsoft PIM "Rainlendar" Using Outlook 0
Commodore Is Outlook.com EAS in Outlook 2013 "non-renamable"? Using Outlook.com accounts in Outlook 2
R Microsoft Outlook 2010 - Non Cached Mode Using Outlook 0
R Outlook Database to a non-Outlook PC Using Outlook 10
A have hundreds of non delivered emails Using Outlook 3
E Reply from non-authorised mailbox Using Outlook 7
O Calendar bookings - conflict for non-reccurent but continous booking Exchange Server Administration 1
A Outlook for smartphone with non-microsoft email address Using Outlook 1
V Outlook 2010 non working rules Using Outlook 1
J VPN interfering with the non-VPN Outlook account Using Outlook 2
S Outlook 2007 Rules randomly stopping working (non-Exchange Server) Using Outlook 6
S Automated way to move messages to a non-outlokk folder - saves as Outlook VBA and Custom Forms 1
E Pull Data From Non-Default Calendar Outlook VBA and Custom Forms 2
C Setting a non-standard default meeting length? Using Outlook 4
S Unable to enumerate Mailboxes in NON Cached Mode (if more than 2) Outlook VBA and Custom Forms 8
T Shared addin using .net - deployment for non admins Outlook VBA and Custom Forms 3
Q Outlook become non responsive if i write outlook item in bulk Outlook VBA and Custom Forms 20
C Hyperlinks is becoming non-clickable in RTFBody format Outlook VBA and Custom Forms 5
B Re: If a non-BCM item is deleted from exchange, is it deleted from BCM (Business Contact Manager) 1
R Defualt country different in phone than in address Using Outlook 2

Similar threads

Back
Top