3

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

Thanks & Regards, Richa

2

1 Answer 1

5

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

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.