java- iCal4j - 添加会议描述
我正在使用 iCal4j 从 Outlook 日历创建 ics 文件。现在,当我创建 VEvent 对象时,我将添加日历主题。
VEvent meeting = new VEvent(startDate, endDate, subject);
但如何添加会议描述呢?我找不到任何添加它的选项。任何建议将不胜感激。
谢谢。
I am using iCal4j
to creating ics file from outlook calendar. Now when I am creating a VEvent object, I am adding the calendar subject.
VEvent meeting = new VEvent(startDate, endDate, subject);
But how to add the meeting description ? I could not find any option to add it. Any suggestion will be deeply appreciated.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你必须通过属性列表来完成;例如
You have to do it through the properties list; for example