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="[email protected]" 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;[email protected];RSVP:TRUE:mailto:[email protected] 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
