如何制作 .ics 日历文件以便可以订阅? (不仅仅是添加到日历)

发布于 2024-12-26 19:12:55 字数 92 浏览 2 评论 0原文

我发布了一个 .ics 日历文件,用户可以将其添加到他们的日历中。当我呈现它时,我应该使用什么语法以便用户可以“订阅”它,更新将自动传播? (.ics URL 自动更新)

I've published a .ics calendar file which users can add to their calendar. What syntax do I use when I present it so that users can "subscribe" to it where updates will automatically propagate? (The .ics URL automatically updates)

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

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

发布评论

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

评论(1

2025-01-02 19:12:55

日历软件将定期更新它,并使用新日历文件中找到的数据进行相应更新。 URL 不会改变,只会改变 jeroen 所说的文件内容。

属性名称:LAST-MODIFIED

用途:该属性指定
与日历组件相关的信息最近被修改
在日历商店中。

http://www.ietf.org/rfc/rfc2445.txt

The calendar software will update it regularly and updating accordingly using the data found in the new calendar file. The URL won't change, only the content of your file as says by jeroen.

Property Name: LAST-MODIFIED

Purpose: The property specifies the date and time that the
information associated with the calendar component was last revised
in the calendar store.

http://www.ietf.org/rfc/rfc2445.txt

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