KCal Library
vcalformat.cpp File Reference
This file is part of the API for handling calendar data and defines the VCalFormat base class. More...
#include "vcalformat.h"
#include "calendar.h"
#include "versit/vcc.h"
#include "versit/vobject.h"
#include <kdebug.h>
#include <kdatetime.h>
#include <klocale.h>
#include <QtCore/QString>
#include <QtCore/QRegExp>
#include <QtCore/QFile>
#include <QtCore/QByteArray>
#include <QtGui/QTextDocument>
Go to the source code of this file.
Detailed Description
This file is part of the API for handling calendar data and defines the VCalFormat base class.
This class implements the vCalendar format. It provides methods for loading/saving/converting vCalendar format data into the internal representation as Calendar and Incidences.
vCalendar format implementation.
Definition in file vcalformat.cpp.