libkcal

KCal::CompatPre35 Class Reference

#include <compat.h>

Inheritance diagram for KCal::CompatPre35:

List of all members.


Public Member Functions

virtual void fixRecurrence (Incidence *)

Detailed Description

Definition at line 63 of file compat.h.


Member Function Documentation

void CompatPre35::fixRecurrence ( Incidence incidence  )  [virtual]

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...

Reimplemented from KCal::Compat.

Reimplemented in KCal::CompatPre32, and KCal::CompatPre31.

Definition at line 118 of file compat.cpp.


The documentation for this class was generated from the following files: