gpt4 book ai didi

php - 在 iCalendar 文件 (.ics) 中设置管理器属性

转载 作者:行者123 更新时间:2023-12-04 16:44:10 30 4
gpt4 key购买 nike

我们正在使用 php 库 ZContent/icalendar 为事件生成 ics 文件,到目前为止,它有效。

然而,当使用谷歌日历的文件时,事件显示如下:

google agenda entry

如何设置“未知组织者*”的值? (Qui) (谁)

查看时 at the specifications ,有一个 ORGANIZER 属性,但它似乎没有链接到事件,而是链接到 VTODOVJOURNAL 对象。

或者它是否需要一封电子邮件?不只是名字?

最佳答案

VEVENT 的实际规范是 https://www.rfc-editor.org/rfc/rfc5545#section-3.6.1并且它确实包含了管理器属性,该属性本身有一个 mailto: uri 作为值,并且通常也有一个 CN 参数。见 https://www.rfc-editor.org/rfc/rfc5545#section-3.8.4.3

给出一个基本的例子:

ORGANIZER;CN=John Smith:mailto:jsmith@example.com

关于php - 在 iCalendar 文件 (.ics) 中设置管理器属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52389486/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com