There is UDF on cflib for this.


"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-----Original Message-----
From: Josh Nathanson
To: CF-Talk
Sent: Tue May 15 23:10:30 2007
Subject: Re: Palm/Outlook Sync with ColdFusion

> 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




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278229
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to