/*! * @mainpage KCalCore - the KDE calendar access library. * * @section purpose Purpose * * This library provides access to and handling of calendar data. * It supports the standard formats iCalendar and vCalendar and the * group scheduling standard iTIP. * * @section desc Description * * A calendar contains information like incidences (events, to-dos, journals), * alarms, time zones, and other useful information. This API provides * access to that calendar information via well known calendar formats * iCalendar (or iCal) * and the older vCalendar. * * Credit goes to Eric Bossum \ for his libical * software that does most of the heavy-lifting of the iCalendar support * that is abstracted by this API. * * @authors * The major authors of this library are (in alphabetical order):\n * Preston Brown \, * Reinhold Kainhofer \, * Sergio Martins \, * Cornelius Schumacher \, * Allen Winter \ * * @maintainers * Allen Winter \ and Sergio Martins \ * * @licenses * @lgpl */ // DOXYGEN_PROJECTNAME=KCalCore Library // DOXYGEN_EXCLUDE = libical // DOXYGEN_SET_EXCLUDE_PATTERNS += @topdir@/kcalcore/versit/*.h