You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This resolves bug 2335 and 2682.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit
|
6 years ago | |
---|---|---|
.. | ||
libical | 15 years ago | |
tests | 7 years ago | |
versit | 8 years ago | |
CMakeLists.txt | 12 years ago | |
COPYING | 14 years ago | |
ConfigureChecks.cmake | 14 years ago | |
DESIGN | 13 years ago | |
HACKING | 12 years ago | |
Mainpage.dox | 13 years ago | |
Makefile.am | 12 years ago | |
README | 15 years ago | |
README.libical | 13 years ago | |
alarm.cpp | 14 years ago | |
alarm.h | 10 years ago | |
assignmentvisitor.cpp | 14 years ago | |
assignmentvisitor.h | 14 years ago | |
attachment.cpp | 13 years ago | |
attachment.h | 14 years ago | |
attachmenthandler.cpp | 12 years ago | |
attachmenthandler.h | 12 years ago | |
attendee.cpp | 12 years ago | |
attendee.h | 13 years ago | |
calendar.cpp | 6 years ago | |
calendar.h | 13 years ago | |
calendarlocal.cpp | 12 years ago | |
calendarlocal.h | 13 years ago | |
calendarnull.cpp | 13 years ago | |
calendarnull.h | 12 years ago | |
calendarresources.cpp | 12 years ago | |
calendarresources.h | 10 years ago | |
calfilter.cpp | 13 years ago | |
calfilter.h | 15 years ago | |
calformat.cpp | 12 years ago | |
calformat.h | 15 years ago | |
calhelper.cpp | 14 years ago | |
calhelper.h | 14 years ago | |
calselectdialog.cpp | 12 years ago | |
calselectdialog.h | 12 years ago | |
calstorage.h | 15 years ago | |
comparisonvisitor.cpp | 15 years ago | |
comparisonvisitor.h | 15 years ago | |
compat.cpp | 14 years ago | |
compat.h | 15 years ago | |
confirmsavedialog.cpp | 12 years ago | |
confirmsavedialog.h | 12 years ago | |
convertqtopia.cpp | 12 years ago | |
customproperties.cpp | 13 years ago | |
customproperties.h | 13 years ago | |
dndfactory.cpp | 12 years ago | |
dndfactory.h | 15 years ago | |
dummyscheduler.cpp | 13 years ago | |
dummyscheduler.h | 15 years ago | |
duration.cpp | 15 years ago | |
duration.h | 15 years ago | |
event.cpp | 12 years ago | |
event.h | 13 years ago | |
exceptions.cpp | 12 years ago | |
exceptions.h | 14 years ago | |
filestorage.cpp | 15 years ago | |
filestorage.h | 14 years ago | |
freebusy.cpp | 15 years ago | |
freebusy.h | 15 years ago | |
freebusycache.h | 15 years ago | |
freebusyurlstore.cpp | 12 years ago | |
freebusyurlstore.h | 12 years ago | |
htmlexport.cpp | 12 years ago | |
htmlexport.h | 14 years ago | |
htmlexportsettings.kcfg | 15 years ago | |
htmlexportsettings.kcfgc | 12 years ago | |
icaldrag.cpp | 13 years ago | |
icaldrag.h | 14 years ago | |
icalformat.cpp | 8 years ago | |
icalformat.h | 13 years ago | |
icalformatimpl.cpp | 7 years ago | |
icalformatimpl.h | 14 years ago | |
imipscheduler.cpp | 15 years ago | |
imipscheduler.h | 15 years ago | |
incidence.cpp | 12 years ago | |
incidence.h | 13 years ago | |
incidencebase.cpp | 12 years ago | |
incidencebase.h | 13 years ago | |
incidenceformatter.cpp | 10 years ago | |
incidenceformatter.h | 15 years ago | |
journal.cpp | 15 years ago | |
journal.h | 13 years ago | |
kcal_manager.desktop | 11 years ago | |
kcalversion.h | 13 years ago | |
libkcal_export.h | 13 years ago | |
listbase.h | 13 years ago | |
local.desktop | 11 years ago | |
localdir.desktop | 11 years ago | |
period.cpp | 12 years ago | |
period.h | 15 years ago | |
person.cpp | 12 years ago | |
person.h | 15 years ago | |
qtopiaformat.cpp | 12 years ago | |
qtopiaformat.h | 14 years ago | |
recurrence.cpp | 12 years ago | |
recurrence.h | 14 years ago | |
recurrencerule.cpp | 12 years ago | |
recurrencerule.h | 14 years ago | |
resourcecached.cpp | 12 years ago | |
resourcecached.h | 12 years ago | |
resourcecachedconfig.cpp | 12 years ago | |
resourcecachedconfig.h | 13 years ago | |
resourcecalendar.cpp | 12 years ago | |
resourcecalendar.h | 12 years ago | |
resourcelocal.cpp | 12 years ago | |
resourcelocal.h | 12 years ago | |
resourcelocal_plugin.cpp | 15 years ago | |
resourcelocalconfig.cpp | 12 years ago | |
resourcelocalconfig.h | 12 years ago | |
resourcelocaldir.cpp | 12 years ago | |
resourcelocaldir.h | 12 years ago | |
resourcelocaldir_plugin.cpp | 15 years ago | |
resourcelocaldirconfig.cpp | 12 years ago | |
resourcelocaldirconfig.h | 12 years ago | |
scheduler.cpp | 12 years ago | |
scheduler.h | 13 years ago | |
todo.cpp | 12 years ago | |
todo.h | 15 years ago | |
vcaldrag.cpp | 13 years ago | |
vcaldrag.h | 14 years ago | |
vcalformat.cpp | 7 years ago | |
vcalformat.h | 13 years ago |
README
libkcal ======= This library contains the calendaring classes originally only used by KOrganizer. They provide a C++ API for handling the vCalendar and iCalendar formats, which makes use of Qt classes. This library should be GUI independent and suitable for writing command line applications. Its API is still under development and will change without further notice. If you are interested in using this library, please contact Cornelius Schumacher <schumacher@kde.org>, the current maintainer of the lib.