Discussion:
Outlook calendar
(too old to reply)
Gary.
2009-11-20 18:09:13 UTC
Permalink
I have a form setup with a command button that when clicked sends
information from the form to the outlook calendar.

I am using Office 2007.

My problem is how to reference a specific calendar other than the default
calendar

I have the default calendar and another calendar named BidDate.

I need to send the information to the BidDate calendar.

I am not sure how you reference the BidDate calendar in my Access VBA code
Sue Mosher [MVP]
2009-11-24 13:53:42 UTC
Permalink
To get a non-default folder, you need to walk the folder hierarchy using the
Folders collections or use a function that does that for you. For examples,
see:

http://www.outlookcode.com/codedetail.aspx?id=628 - uses a folder path
string
http://www.outlookcode.com/codedetail.aspx?id=492 - searches for a folder by
name
http://www.outlookcode.com/codedetail.aspx?id=1164 - uses a folder path
string in the Public Folders hierarchy
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
Post by Gary.
I have a form setup with a command button that when clicked sends
information from the form to the outlook calendar.
I am using Office 2007.
My problem is how to reference a specific calendar other than the default
calendar
I have the default calendar and another calendar named BidDate.
I need to send the information to the BidDate calendar.
I am not sure how you reference the BidDate calendar in my Access VBA code
Loading...