A simple library written in C++ used for parsing iCalendar (.ics) files.
It uses only standard C/C++ libraries so it should compile on any operating system. It has its own Date class, no OS-specific way of storing dates is used.
See main.cpp for example use.
This project is originally developed by Juliusz Gonera jgonera@gmail.com, but is now continued and supported by jp-embedded ApS.
Released under the GNU GPL v3.