Warning, /frameworks/kcalendarcore/README.md is written in an unsupported language. File is not indexed.

0001 # KCalendarCore
0002 
0003 This library provides access to and handling of calendar data.
0004 
0005 ## Introduction
0006 
0007 KCalendarCore supports the standard formats iCalendar and vCalendar and the
0008 group scheduling standard iTIP.
0009 
0010 A calendar contains information like incidences (events, to-dos, journals),
0011 alarms, time zones, and other useful information.  This API provides
0012 access to that calendar information via well known calendar formats
0013 [iCalendar (or iCal)](https://en.wikipedia.org/wiki/Icalendar) and the older
0014 [vCalendar](https://en.wikipedia.org/wiki/VCalendar).
0015 
0016 ## Acknowledgments
0017  
0018 Credit goes to Eric Bossum \<eric@softwarestudio.org\> for his libical
0019 software that does most of the heavy-lifting of the iCalendar support
0020 that is abstracted by this API.