> If anyone out there has had to build this type of functionality, I would > love to know what you used.
I have done this in native CF. Outlook will accept a .vcs (vCalendar) formatted file for import. You want to output your data in that format, and write or email the resulting file. Then your client can import the .vcs file you created into Outlook. Do a google search on .vcs/vCalendar specifications for more information. Importing a .vcs file into CF is much more brutal as you have to parse this format. It's ugly. -- Josh ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278228 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

