KCalCore Library
Go to the documentation of this file.
28 #ifndef KCALCORE_ICALFORMAT_H
29 #define KCALCORE_ICALFORMAT_H
33 #include "kcalcore_export.h"
35 #include "schedulemessage.h"
37 #include <KDE/KDateTime>
75 bool load(
const Calendar::Ptr &calendar,
const QString &fileName);
81 bool save(
const Calendar::Ptr &calendar,
const QString &fileName);
89 bool fromString(
const Calendar::Ptr &calendar,
const QString &
string,
90 bool deleted =
false,
const QString ¬ebook = QString());
115 bool fromRawString(
const Calendar::Ptr &calendar,
const QByteArray &
string,
116 bool deleted =
false,
const QString ¬ebook = QString());
123 const QString ¬ebook = QString(),
bool deleted =
false);
184 const QString &
string);
201 void setTimeSpec(
const KDateTime::Spec &timeSpec);
207 KDateTime::Spec timeSpec()
const;
213 QString timeZoneId()
const;
220 virtual void virtual_hook(
int id,
void *data);
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Fri Jan 3 2014 22:20:29 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.