使用 Java 发送 Outlook 会议邀请

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2975356/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-29 23:46:58  来源:igfitidea点击:

Send Outlook Meeting Invite using Java

java

提问by user358539

I want to send a Outlook Meeting Invite using Java.Can somebody please share the code for the same?

我想使用 Java 发送 Outlook 会议邀请。有人可以分享相同的代码吗?

Thanks & Regards, Richa

感谢和问候, 里查

回答by Yishai

An outlook invitation consists of an iCalendar request with some specific requirements. To generate an iCalendar request in Java, you can use iCal4j. Hereis a description of what Outlook needs.

Outlook 邀请包含具有某些特定要求的 iCalendar 请求。要在 Java 中生成 iCalendar 请求,您可以使用iCal4j以下是 Outlook 需要的说明。