Why not just use the Outlook object model to create the item directly in the
folder, using the MAPIFolder.Items.Add method?
FYI, there is a newsgroup specifically for general Outlook programming
issues "down the hall" at microsoft.public.outlook.program_vba or, via web
interface, at
http://www.microsoft.com/office/comm...ok.program_vba
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Seamus Conlon" <(E-Mail Removed)> wrote in message
news:44nVd.48693$(E-Mail Removed)...
>I am writing a VB program that needs to create an appointment item in
> a Public Calendar but I believe that CDO 1.x doesn't support this and
> MAPI only allows message items to be created. I also thought of creating
> the items in the personal calendar and moving or copying them but this
> does seem to be supported either.
>
> Does anyone have any ideas on if and how this can be done?
>
> Many thanks,
> Seamus Conlon
>