Just wondering if anyone has done this.

I have found a few examples on the web but they dont seem to work to
my gmail account.

outlook propogated events work fine in gmail from outlook.

syntax is something like


<CFMAIL to="chrisel...@gmail.com"
                from="#VARIABLES.client#2<#Lcase(VARIABLES.sender_email)#>"
        subject="#VARIABLES.subject# 2"
        server="#VARIABLES.mailserver#" >
<cfmailparam name="content-type" value="text/calendar">
<cfmailparam name="method" value="request">

<cfmailpart type="text/calendar">
BEGIN:VCALENDAR
PRODID:-//Microsoft Corporation//Outlook 12.0 MINMEDIR//EN
VERSION:2.0
METHOD:REQUEST
BEGIN:VEVENT
ATTENDEE;cn=chris.el...@extrados.com.au;RSVP:TRUE:mailto:chris.el...@extrados.com.au
DTSTART:20090122T030000Z
DTEND:20090129T030000Z
LOCATION: Reno
TRANSP:OPAQUE
SEQUENCE:0
UID:0
DTSTAMP:20090303T140000Z
DESCRIPTION:Descriptive text here.\n
SUMMARY:Short summary here
PRIORITY:5
X-MICROSOFT-CDO-IMPORTANCE:1
CLASS:PUBLIC
END:VEVENT
END:VCALENDAR
</cfmailpart>
</CFMAIL>


Any help appreciated


Regards

Chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to