paresy / icalendarlib

A simple C++ library for the iCalendar (.ics) format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

iCalendarLib is provided under the MIT license.

About

A simple C++ library for the iCalendar (.ics) format.


Languages

Language:C++ 98.4%Language:C 1.6%