我想要HTML链接到.ics文件在日历应用程序中打开时单击,当前打开文件作为纯文本。建议? [英] I want HTML link to .ics file to open in calendar app when clicked, currently opens file as plain text. Suggestions?

查看:533
本文介绍了我想要HTML链接到.ics文件在日历应用程序中打开时单击,当前打开文件作为纯文本。建议?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我链接到从Apple iCal在HTML网页中导出的 .ics 文件。

 < a href =calendar.ics> 

此链接将打开 calendar.ics 文件作为纯文本在我的浏览器(Chrome)。我想在Outlook或iCal或其他日历应用程序中自动打开。我可以添加到链接标记,以产生所需的行为?如何修改 .ics 文件上的HTTP标头?



感谢任何建议!

解决方案

如果你的网站是建立在像我的Linux上,你可以简单地添加一行到你的htaccess文件,使其打开为下载,而不是文本页

 将AddType文本添加到您的htaccess文件中



< calendar .ics


I am linking to an .ics file exported from Apple iCal in an HTML web page.

<a href="calendar.ics">

This link will open the calendar.ics file as plain text in my browser (Chrome). I want automatic opening in Outlook or iCal or other calendar apps. What can I add to the link tag in order to produce the desired behavior? What about modifying the HTTP headers on .ics files?

Any suggestions are appreciated!

解决方案

If your site is built on Linux like mine you can simply add a line to your htaccess file to make it open as a download instead of a text page.

add this to your htaccess file:

AddType text/calendar .ics

这篇关于我想要HTML链接到.ics文件在日历应用程序中打开时单击,当前打开文件作为纯文本。建议?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆