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/community/en-us/default.mspx?dg=microsoft.public
.outlook.program_vba

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
>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
[quoted text clipped - 6 lines]
> Many thanks,
> Seamus Conlon
Seamus Conlon - 03 Mar 2005 14:15 GMT
Apologies for the incorrect posting - I debated with myself where this
should
go and obviously made the wrong decision!
I have moved it to the microsoft.public.outlook.program_vba newsgroup.
Seamus
> Why not just use the Outlook object model to create the item directly in
> the folder, using the MAPIFolder.Items.Add method?
[quoted text clipped - 14 lines]
>> Many thanks,
>> Seamus Conlon