KCal Library
Go to the documentation of this file.
29 #ifndef KCAL_ICALFORMAT_H
30 #define KCAL_ICALFORMAT_H
33 #include "scheduler.h"
35 #include <kdatetime.h>
37 #include <QtCore/QString>
38 #include <QtCore/QByteArray>
69 bool load(
Calendar *calendar,
const QString &fileName );
75 bool save(
Calendar *calendar,
const QString &fileName );
81 bool fromString(
Calendar *calendar,
const QString &
string );
91 Incidence *fromString(
const QString &
string );
106 bool fromRawString(
Calendar *calendar,
const QByteArray &
string );
112 QString toString(
Calendar *calendar );
121 QString toString(
Incidence *incidence );
139 QString toICalString(
Incidence *incidence );
172 FreeBusy *parseFreeBusy(
const QString &
string );
179 void setTimeSpec(
const KDateTime::Spec &timeSpec );
185 KDateTime::Spec timeSpec()
const;
191 QString timeZoneId()
const;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:29:14 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.