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.
* Ensured that the Trinity changes were applied on top of those enhancements, and any redundancy removed * Added journal read support to the CalDAV resource * Fixed CalDAV resource to use events URL for tasks and journals when separate URL checkbox unchecked git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1170461 283d02a7-25f6-0310-bc7c-ecb5cbfe19da |
15 years ago | |
---|---|---|
.. | ||
libical | 15 years ago | |
tests | 15 years ago | |
versit | 15 years ago | |
COPYING | 15 years ago | |
DESIGN | 15 years ago | |
HACKING | 15 years ago | |
Mainpage.dox | 15 years ago | |
Makefile.am | 15 years ago | |
README | 15 years ago | |
README.libical | 15 years ago | |
alarm.cpp | 15 years ago | |
alarm.h | 15 years ago | |
assignmentvisitor.cpp | 15 years ago | |
assignmentvisitor.h | 15 years ago | |
attachment.cpp | 15 years ago | |
attachment.h | 15 years ago | |
attachmenthandler.cpp | 15 years ago | |
attachmenthandler.h | 15 years ago | |
attendee.cpp | 15 years ago | |
attendee.h | 15 years ago | |
calendar.cpp | 15 years ago | |
calendar.h | 15 years ago | |
calendarlocal.cpp | 15 years ago | |
calendarlocal.h | 15 years ago | |
calendarnull.cpp | 15 years ago | |
calendarnull.h | 15 years ago | |
calendarresources.cpp | 15 years ago | |
calendarresources.h | 15 years ago | |
calfilter.cpp | 15 years ago | |
calfilter.h | 15 years ago | |
calformat.cpp | 15 years ago | |
calformat.h | 15 years ago | |
calhelper.cpp | 15 years ago | |
calhelper.h | 15 years ago | |
calselectdialog.cpp | 15 years ago | |
calselectdialog.h | 15 years ago | |
calstorage.h | 15 years ago | |
comparisonvisitor.cpp | 15 years ago | |
comparisonvisitor.h | 15 years ago | |
compat.cpp | 15 years ago | |
compat.h | 15 years ago | |
confirmsavedialog.cpp | 15 years ago | |
confirmsavedialog.h | 15 years ago | |
convertqtopia.cpp | 15 years ago | |
customproperties.cpp | 15 years ago | |
customproperties.h | 15 years ago | |
dndfactory.cpp | 15 years ago | |
dndfactory.h | 15 years ago | |
dummyscheduler.cpp | 15 years ago | |
dummyscheduler.h | 15 years ago | |
duration.cpp | 15 years ago | |
duration.h | 15 years ago | |
event.cpp | 15 years ago | |
event.h | 15 years ago | |
exceptions.cpp | 15 years ago | |
exceptions.h | 15 years ago | |
filestorage.cpp | 15 years ago | |
filestorage.h | 15 years ago | |
freebusy.cpp | 15 years ago | |
freebusy.h | 15 years ago | |
freebusycache.h | 15 years ago | |
freebusyurlstore.cpp | 15 years ago | |
freebusyurlstore.h | 15 years ago | |
htmlexport.cpp | 15 years ago | |
htmlexport.h | 15 years ago | |
htmlexportsettings.kcfg | 15 years ago | |
htmlexportsettings.kcfgc | 15 years ago | |
icaldrag.cpp | 15 years ago | |
icaldrag.h | 15 years ago | |
icalformat.cpp | 15 years ago | |
icalformat.h | 15 years ago | |
icalformatimpl.cpp | 15 years ago | |
icalformatimpl.h | 15 years ago | |
imipscheduler.cpp | 15 years ago | |
imipscheduler.h | 15 years ago | |
incidence.cpp | 15 years ago | |
incidence.h | 15 years ago | |
incidencebase.cpp | 15 years ago | |
incidencebase.h | 15 years ago | |
incidenceformatter.cpp | 15 years ago | |
incidenceformatter.h | 15 years ago | |
journal.cpp | 15 years ago | |
journal.h | 15 years ago | |
kcal_manager.desktop | 15 years ago | |
kcalversion.h | 15 years ago | |
libkcal_export.h | 15 years ago | |
listbase.h | 15 years ago | |
local.desktop | 15 years ago | |
localdir.desktop | 15 years ago | |
period.cpp | 15 years ago | |
period.h | 15 years ago | |
person.cpp | 15 years ago | |
person.h | 15 years ago | |
qtopiaformat.cpp | 15 years ago | |
qtopiaformat.h | 15 years ago | |
recurrence.cpp | 15 years ago | |
recurrence.h | 15 years ago | |
recurrencerule.cpp | 15 years ago | |
recurrencerule.h | 15 years ago | |
resourcecached.cpp | 15 years ago | |
resourcecached.h | 15 years ago | |
resourcecachedconfig.cpp | 15 years ago | |
resourcecachedconfig.h | 15 years ago | |
resourcecalendar.cpp | 15 years ago | |
resourcecalendar.h | 15 years ago | |
resourcelocal.cpp | 15 years ago | |
resourcelocal.h | 15 years ago | |
resourcelocal_plugin.cpp | 15 years ago | |
resourcelocalconfig.cpp | 15 years ago | |
resourcelocalconfig.h | 15 years ago | |
resourcelocaldir.cpp | 15 years ago | |
resourcelocaldir.h | 15 years ago | |
resourcelocaldir_plugin.cpp | 15 years ago | |
resourcelocaldirconfig.cpp | 15 years ago | |
resourcelocaldirconfig.h | 15 years ago | |
scheduler.cpp | 15 years ago | |
scheduler.h | 15 years ago | |
todo.cpp | 15 years ago | |
todo.h | 15 years ago | |
vcaldrag.cpp | 15 years ago | |
vcaldrag.h | 15 years ago | |
vcalformat.cpp | 15 years ago | |
vcalformat.h | 15 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.