Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 474 Bytes

README.rst

File metadata and controls

18 lines (11 loc) · 474 Bytes

iCalendarLib

Note: This repository is archived. For current maintained version see https://github.com/jp-embedded/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.