ics file not recognized by outlook

↘锁芯ラ 提交于 2019-12-02 07:11:42
AnUser

Be sure you added this header :

Content-Type: multipart/alternative;

And then for the ics file part :

Content-Type: text/calendar; charset="utf-8"; name="testcal.ics" method=REQUEST'."\r\n";
Content-Disposition: inline; filename="testcal.ics"'."\r\n";

NB : \r\n MUST be between double quotes

is

DTEND:$endtime_ics\r\n

actually outputting the endtime or do you have some syntax missing?

also try validating the ics file at http://severinghaus.org/projects/icv/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!