Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 537 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 537 Bytes

iCalendarLib

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.

License

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.