Java - iCal4j - set X-ALT-DESC;FMTTYPE=text/html



有没有办法使用 iCal4j 设置此X-ALT-DESC;FMTTYPE=text/html

我需要在某些事件的描述上设置 HTML 内容。

XProperty p = new XProperty("X-ALT-DESC");
p.getParameters().add(new FmtType("text/html"));
p.setValue("<html></html>");

相关内容

最新更新