流行的可导入日历格式列表?

发布于 2024-08-23 07:28:56 字数 74 浏览 0 评论 0原文

假设我想编写一个程序来导出日历数据,以便可以将其导入到另一个日历应用程序中。流行的格式有哪些?我在哪里可以找到有关这些文件格式的信息?

Say I wanted to write a program that would export calendar data so that it could be imported into another calendar application. What would be some popular formats for that, and where could I find information on the formats of those files?

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

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

发布评论

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

评论(2

柠栀 2024-08-30 07:28:56

流行用法:
Google 代码之夏提供三种不同的格式选项:

重要日期

您还可以查看多种格式的 Google 日历:

  • XML
  • ICAL
  • HTML

,其中 html 本身并不是真正的导出格式。我将首先研究他们使用的 ical 和 xml 格式。

Popular usage:
Google summer of code have three different format options:

Important Dates

You can also check out our Google Calendar in several formats:

  • XML
  • ICAL
  • HTML

where html is not really an export format as such. I would start with looking into the ical and the xml format they use.

一笑百媚生 2024-08-30 07:28:56

.ics多个应用程序。

.ics is a simple plain text (easily parsed / generated) calendar format supported by several applications.

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