从系列中删除出现的事件

发布于 2024-10-12 11:31:06 字数 198 浏览 5 评论 0原文

我正在 http://www.kanzaki.com/docs/ical/rrule 使用 RRule .html 用于重复。 如果我修改/更新重复之一,我如何发送包含重复的新 ics 文件,例如。删除该事件?

谢谢你!

I am using the RRule in http://www.kanzaki.com/docs/ical/rrule.html for recurrence.
If I modify/update one of the recurrence how can I send out new ics files with the recurrence and eg. remove that occurrence?

Thank you!

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

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

发布评论

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

评论(1

平定天下 2024-10-19 11:31:06

如果您想将系列中的某个事件更改为不同的日期,

  • 则需要使用 EXDATE 属性 ([http://tools.ietf.org/html/rfc5545#section-3.8.5.1]),如果您删除某个事件
  • 或为该日期创建一个单独的 VEVENT,通过 RECURRENCE-ID ([http://tools.ietf.org/html/rfc5545#section-3.8.4.4]) 引用父系列的 UID,以防万一想要修改一个事件。

如果您在发出邀请后想更改它,您需要通过其 UID 来识别约会,找到更大的 SEQUENCE 号([http://tools.ietf.org/html/rfc5545#section-3.8.7.4])并使用 METHOD:REQUEST 发送 iTIP 样式

If you want to change one of the occurrences of your series to a different date, you

  • either need to use the EXDATE property ([http://tools.ietf.org/html/rfc5545#section-3.8.5.1]) if you delete an occurrence
  • or create a separate VEVENT for that date that refers the UID of the parent series via the RECURRENCE-ID ([http://tools.ietf.org/html/rfc5545#section-3.8.4.4]) in case you want to modify an occurrence.

If you want to change it after sending out and invitation, you need to identify the appointment by its UID, find a bigger SEQUENCE number ([http://tools.ietf.org/html/rfc5545#section-3.8.7.4]) and send it iTIP-Style with a METHOD:REQUEST

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