如何从网页添加事件到iCal / Outlook / Gmail?

发布于 2024-09-04 04:53:03 字数 138 浏览 5 评论 0原文

包含下载 .ics / .iCal 文件的链接吗?通过电子邮件附加 .ics 文件?

如何构建文件?哪里可以找到规格?

将hCalendar中的数据渲染到页面上有什么好处?那么搜索引擎可以以某种方式索引它吗?

谢谢

include a link to download an .ics / .iCal file? attach .ics file through email?

How to construct the file? Where to find the spec?

What're the benefits of rendering the data in hCalendar on the page? So search engine can index it somehow?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

榕城若虚 2024-09-11 04:53:03

你的问题的第一部分在谷歌上似乎有很多点击。另请尝试 CFLIB.org 搜索,您可以看到该函数如何创建文本字符串
http://www.google.co.uk/search?q=iCal +and+ColdFusion

要下载,请使用 CFCONTENT 将字符串写入浏览器。要附加到电子邮件,请将字符串写入临时文件,然后可以使用 CFMAILPARAM 附加它。这些是几种方法。

There seems to be plenty of hits for the first part of your question on Google. Also try CFLIB.org search and you can see how the function creates the text string
http://www.google.co.uk/search?q=iCal+and+ColdFusion

To download, write out the string to the browser using CFCONTENT. To attach to an email, write out the string to a temporary file and you can use CFMAILPARAM to attach it. Those are a couple of ways.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文