Export calendar events to google calendar, ical, microsoft outlook

4.2k Views Asked by At

I have used jquery calendar, and I have used to create event details, now I want to export the same event details to google calendar,iCal and also Microsoft outlook, depending upon the user requirements.But I want to procvide this 3 features. Is there any tools already available or I have to dirty my hands to code the whole thing myself.

FYI:I have used servlets and MySQL at the back end and jquery along with HTML5 at the front end.

1

There are 1 best solutions below

3
On BEST ANSWER

Since you are using java on server side, you can use the iCal4j library for creating iCalender.

Basically, you need only iCal for completing your requirement. Google, Microsoft, Apple and many others like Mozilla Sunbird support iCalender so you can just use one format, rather than going with different formats.