View Single Post
  #2  
Old October 22nd 07, 05:58 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Save Calendar item to iCal format

When in doubt, check the object browser: Press ALt+F11 to open the VBA environment in Outlook, then press F2. Switch from All Libraries to Outlook to browse all Outlook objects and their properties, methods, and events. You'll be able to see the AppointmentItem.SaveAs method and the enumeration that determines the constants it supports. You can select any object or member, then press F1 to see its Help topic, which usually will include code examples.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Rafael" wrote in message ...
All,

I have not been able to find a good example on saving an Outlook Calendar
item as iCal (ics) using vbscript from a form. Any idea on what the Const
variable should be set to or is there an example you can share?

Thanks in adavanced!

Rafael

Ads