I was wondering if anyone had any experience with sending vCalendar objects via cfmail. Below is the code I am using.
<cfmail query="lookup" to="[EMAIL PROTECTED]" from="webdev" subject="cal" failto="[EMAIL PROTECTED]" charset="US-ASCII"> <cfmailparam name="Content-Type" value="text/calendar"> BEGIN:VCALENDAR VERSION:1.0 BEGIN:VEVENT SUMMARY;ENCODING=QUOTED-PRINTABLE:#title# DESCRIPTION;ENCODING=QUOTED-PRINTABLE:#descr# =0D=0A= =0D=0A= Location #loc# =0D=0A= Contact #teach# for more information. DTSTART:#DateFormat(startdate,"yyyymmdd")#T#TimeFormat(startdate,"hhmmss ")#Z DTEND:#DateFormat(stopdate,"yyyymmdd")#T#TimeFormat(stopdate,"hhmmss")#Z END:VEVENT END:VCALENDAR </cfmail> Anyone familiar? Ryan Bouwens --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
