Is there an iCalendar library available for Javascript - parser or calendar object itself?
Is there a Javascript iCalendar lib?
25.9k Views Asked by user5321531 At
5
There are 5 best solutions below
0

There is also https://github.com/jakubroztocil/rrule which is more popular than the other choices here and still active at the time of writing.
3

All other answers are highly outdated.
- Use this ics package for doing the ics generation
- There is some other options but this is easy and best
- You'll have to use some kind of online
RRULE
generator for therecurrenceRule
property - If you need ics readers/parsers then there is plenty of options for that.
Here is another one from kewisch but still up-to-date
https://github.com/mozilla-comm/ical.js/
EDIT
There is also dhtmlx scheduler for showing a calendar in HTML. http://dhtmlx.com/docs/products/dhtmlxScheduler/