KCal Library
KCal::CompatPre35 Class Reference
#include <compat.h>
Inheritance diagram for KCal::CompatPre35:

Public Member Functions | |
virtual void | fixRecurrence (Incidence *incidence) |
Detailed Description
Compatibility class for KOrganizer pre-3.5 calendar files.
Before kde 3.5, the start date was not automatically a recurring date. So, if the start date doesn't match the recurrence rule, we need to add an ex-date for the date start. If a duration was given, the DTSTART was only counted if it matched, so by accident this was already the correct behavior, so we don't need to adjust the duration.
Member Function Documentation
void CompatPre35::fixRecurrence | ( | Incidence * | incidence | ) | [virtual] |
Fixes the recurrence rule for an incidence.
- Parameters:
-
incidence is a pointer to an Incidence object that may need its recurrence rule fixed.
Reimplemented from KCal::Compat.
Reimplemented in KCal::CompatPre31, and KCal::CompatPre32.
Definition at line 124 of file compat.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu Aug 2 2012 15:25:54 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu Aug 2 2012 15:25:54 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.