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

Detailed Description
Compatibility class for Outlook 9 calendar files.In Outlook 9, alarms have the wrong sign. I.e. RFC 2445 says that negative values for the trigger are before the event's start. Outlook/exchange, however used positive values.
Definition at line 254 of file compat.h.
Public Member Functions | |
virtual void | fixAlarms (Incidence *incidence) |
Member Function Documentation
void CompatOutlook9::fixAlarms | ( | Incidence * | incidence | ) | [virtual] |
Fixes the alarms list an incidence.
- Parameters:
-
incidence is a pointer to an Incidence object that may need its alarms fixed.
Reimplemented from KCal::Compat.
Definition at line 235 of file compat.cpp.
The documentation for this class was generated from the following files: