doucheyi1347 2009-08-21 12:31
浏览 46
已采纳

PHP脚本:下载ics文件

I'm setting up a feature for "exporting as ics file" (iCal) our weekly school agenda. The download prompt works but when opening it in iCal (Mac OS X), iCal tells me the calendar is invalid. I opened the file in a text editor and it looks ok to me.

I suspect my download.php script is wrong or setting the wrong mimetype.

I tried text and text/calendar. No luck.

So my question is this: what's the correct mimetype for ics files?

  • 写回答

3条回答 默认 最新

  • duanma8207 2009-08-21 12:35
    关注

    iCalendar data has the MIME content type text/calendar.

    Wikipedia

    If you're saving it then loading it, I doubt that's the problem though - check your data, charset, line endings...

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?