A basic jQuery plugin which converts a client side Full Calendar to an ICS file. Includes both a minimized and full version of the jquery plugin.
As simple as: $(yourCalendarId).convertToIcs();
FullIcs.js requires the following libraries:
- FullCalendar.js
- - A web based calendar which is used to retrieve event data.
- - http://fullcalendar.io/
- FileSaver.js
- - Allows the plugin to save the .ics file to a clients computer.
- - https://github.com/eligrey/FileSaver.js/