如何从网页添加事件到iCal / Outlook / Gmail?
包含下载 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的问题的第一部分在谷歌上似乎有很多点击。另请尝试 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.