[google-appengine] sending ics attachment in meeting notification

2010-04-07 Thread Ron
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;

Re: [google-appengine] sending ics attachment in meeting notification

2010-04-07 Thread Ikai L (Google)
You should be able to set the content type header on a response. Can you post your code if you're doing this and it isn't happening? On Wed, Apr 7, 2010 at 3:10 AM, Ron ronsterc...@gmail.com wrote: when sending an ics attachment with meeting information the header that comes through for the