KCal Library
incidenceformatter.cpp File Reference
This file is part of the API for handling calendar data and provides static functions for formatting Incidences for various purposes. More...
#include "incidenceformatter.h"
#include "attachment.h"
#include "event.h"
#include "todo.h"
#include "journal.h"
#include "calendar.h"
#include "calendarlocal.h"
#include "icalformat.h"
#include "freebusy.h"
#include "calendarresources.h"
#include "kpimutils/email.h"
#include "kabc/phonenumber.h"
#include "kabc/vcardconverter.h"
#include "kabc/stdaddressbook.h"
#include <kdatetime.h>
#include <kemailsettings.h>
#include <kglobal.h>
#include <kiconloader.h>
#include <klocale.h>
#include <kcalendarsystem.h>
#include <ksystemtimezone.h>
#include <kmimetype.h>
#include <QtCore/QBuffer>
#include <QtCore/QList>
#include <QtGui/QTextDocument>
#include <QtGui/QApplication>
Include dependency graph for incidenceformatter.cpp:

Go to the source code of this file.
Functions | |
static QString | formatICalInvitationHelper (QString invitation, Calendar *mCalendar, InvitationFormatterHelper *helper, bool noHtmlMode, KDateTime::Spec spec) |
static bool | incidenceOwnedByMe (Calendar *calendar, Incidence *incidence) |
static QString | invitationAttachments (InvitationFormatterHelper *helper, Incidence *incidence) |
static QString | invitationAttendees (Incidence *incidence) |
Detailed Description
This file is part of the API for handling calendar data and provides static functions for formatting Incidences for various purposes.
Provides methods to format Incidences in various ways for display purposes.
Definition in file incidenceformatter.cpp.