Skip to content

lth2h/JavaScript-Ical-Parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript ICAL Parser

A proof of concept script to process .ics (Icalendar) files using JavaScript.

Warning: This code is expermental and still rather hacky.

Usage Example:

	new ical_parser("my_ical_file.ics", function(cal){
		events = cal.getEvents();
		//do somthing with the events.
	});

About

Proof of concept Javascript ical (.ics) parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published