when sending an ics attachment with meeting information

the header that comes through for the part is like this
Content-Type: text/calendar
MIME-Version: 1.0
Content-Disposition: attachment; filename="meeting.ics"

but it needs to be like this
Content-Type: text/calendar; charset=utf-8; method=REQUEST;
name=meeting.ics

so that the email client can pick it up as a meeting request

is it possible to do this?

Thanks
Ron

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

Reply via email to