SummaryIJP parses iCalendar formatted text and returns javascript arrays of objects. It will helps you with your client side and ajax projects.
UsageicalParser.parse(ical_formatted_text);
//icalParser.ical is now set
icalParser.ical.version;
icalParser.ical.prodid;
////Arrays
//All the vevent elements
icalParser.ical.events;
//All the vtodo elements
icalParser.ical.todos;
//All the journal elements
icalParser.ical.journals;
//All the freebusy elements
icalParser.ical.freebusy;TodoAdd Timezone elements parsing Add Alarm elements parsing Finish to read RFC 2445 ;P
Commercial Use
Modify
Distribute
Place Warranty
Use Patent Claims
Sub-License
Hold Liable
Distribute Original
Disclose Source
Include Copyright
State Changes
Include License
Include Install Instructions
These details are provided for information only. No information here is legal advice and should not be used as such.