KCal Library
qtopiaformat.h
This file is part of the API for handling calendar data and defines the CalFormat abstract base class...
QString toString(Calendar *calendar)
Returns the calendar as a string.
Definition qtopiaformat.cpp:349
bool fromString(Calendar *calendar, const QString &)
Loads a calendar from a string.
Definition qtopiaformat.cpp:337
bool save(Calendar *calendar, const QString &fileName)
Writes the calendar to disk.
Definition qtopiaformat.cpp:310
bool load(Calendar *calendar, const QString &fileName)
Loads a calendar on disk into the calendar associated with this format.
Definition qtopiaformat.cpp:296
bool fromRawString(Calendar *calendar, const QByteArray &string)
Parses a utf8 encoded string, returning the first iCal component encountered in that string.
Definition qtopiaformat.cpp:343
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.