iCal via ColdFusion vs. iCal via Gmail
i'm sending e-mail using cffile output tag + .ics file created when schedule appointment. want user e-mail notifying them of appointment e-mail cf attachment.
<cffile action = "write"
file = "e:\webdocs\myfilepath\#neworid#.ics"
output = "
begin:vcalendar.....
when user clicks on attachment groupwise creates sub-calendar + event added users calendar. i've had technical support person tell me novell/groupwise able absorb ical file i'm sending , correctly, when send event gmail event posts users calendar perfectly.
why when send same file web application, gw action posts sub-calendar (unwanted behavior) , event. want post event. had experience sending web application groupwise?
this .ics file cf
begin:vcalendar
prodid:-//google inc//google calendar 70.9054//en
version:2.0
calscale:gregorian
method:request
begin:vevent
dtstart:20100414t150000z
dtend:20100414t160000z
dtstamp:20100414t151953z
organizer;cn=sue george:mailto:bsgeorge1234@gmail.com
uid:7tu4uoacpn88lvko0k43f19so0@google.com
attendee;cutype=individual;role=req-participant;partstat=accepted;rsvp=true
;cn=bsgeorge1234@gmail.com;x-num-guests=0:mailto:bsgeorge1234@gmail.com
attendee;cutype=individual;role=req-participant;partstat=needs-action;rsvp=
true;cn=sue@med.umich.edu;x-num-guests=0:mailto:sue@med.umich.edu
created:20100414t151931z
description:view event @ http://www.google.com/calendar/event?action=
view&eid=n3r1nhvvywnwbjg4bhzrbzbrndnmmtlzbzagc3vlqg1lzc51bwljac5lzhu&tok=mj
ijynnnzw9yz2uxmjm0qgdtywlslmnvbtriytllyza1zjhkmzy5zjlhodcwnjhhzjjmodg2mdnkz
tcwnwuxzdq&ctz=america%2fnew_york&hl=en.
last-modified:20100414t151952z
location:
sequence:0
status:confirmed
summary:from orschedule/coldfusion website
transp:opaque
end:vevent
end:vcalendar
this .ics file gmail
begin:vcalendar
prodid:-//google inc//google calendar 70.9054//en
version:2.0
calscale:gregorian
method:request
begin:vevent
dtstart:20100414t150000z
dtend:20100414t160000z
dtstamp:20100414t151953z
organizer;cn=sue george:mailto:bsgeorge1234@gmail.com
uid:7tu4uoacpn88lvko0k43f19so0@google.com
attendee;cutype=individual;role=req-participant;partstat=accepted;rsvp=true
;cn=bsgeorge1234@gmail.com;x-num-guests=0:mailto:bsgeorge1234@gmail.com
attendee;cutype=individual;role=req-participant;partstat=needs-action;rsvp=
true;cn=sue@med.umich.edu;x-num-guests=0:mailto:sue@med.umich.edu
created:20100414t151931z
description:view event @ http://www.google.com/calendar/event?action=
view&eid=n3r1nhvvywnwbjg4bhzrbzbrndnmmtlzbzagc3vlqg1lzc51bwljac5lzhu&tok=mj
ijynnnzw9yz2uxmjm0qgdtywlslmnvbtriytllyza1zjhkmzy5zjlhodcwnjhhzjjmodg2mdnkz
tcwnwuxzdq&ctz=america%2fnew_york&hl=en.
last-modified:20100414t151952z
location:
sequence:0
status:confirmed
summary:this test see ical values.
transp:opaque
end:vevent
end:vcalendar
i don't think coldfusion issue, problem icalendar file format. please change request type publish , see if helps.
in experience getting ics files work emails clients pain, diff outlook versions.
try going through ietf standard, should narrow problem.
More discussions in ColdFusion
adobe
Comments
Post a Comment