I want to create a calendar appointment form my java aplication and send it to Android devices.
I'm googling for two days but I dont have an idea what it could be make. The first step is create a .ics file and then, send a email to a device with the appointment.
How I can create this .ics file from java?
Thanks a lot