O
OscarM
Hi,
I'm using Access along with Outlook 2003. And I'm wondering if there is a
way to create an appointment on a specific calendar.
This is the code I'm using.
Dim objOutlook As Outlook.Application
Dim objAppt As Outlook.AppointmentItem
Dim objRecurPattern As Outlook.RecurrencePattern
Set objOutlook = CreateObject("Outlook.Application")
Set objAppt = objOutlook.CreateItem(olAppointmentItem)
...
This code creates the appointment on the default calendar. But I want to
create the appointment on a public calendar and be able to choose what
calendar.
Thanks in advance,
Oscar M.
I'm using Access along with Outlook 2003. And I'm wondering if there is a
way to create an appointment on a specific calendar.
This is the code I'm using.
Dim objOutlook As Outlook.Application
Dim objAppt As Outlook.AppointmentItem
Dim objRecurPattern As Outlook.RecurrencePattern
Set objOutlook = CreateObject("Outlook.Application")
Set objAppt = objOutlook.CreateItem(olAppointmentItem)
...
This code creates the appointment on the default calendar. But I want to
create the appointment on a public calendar and be able to choose what
calendar.
Thanks in advance,
Oscar M.