Search code examples
javaicalendar

How to send an ics email attachment in calendar format using Java?


I am trying to send an email attachment using java by ics. I need to send an attachment to invite members using java. Please help me with this.

Thank you.


Solution

  • You can achieve it by using JAVA Mailler API. Here you can find the detailed example to implement. And you can add ics file as an attachment to the mail.