• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdepimlibs-4.14.10 API Reference
  • KDE Home
  • Contact Us
 

akonadi

  • akonadi
  • calendar
icalimporter.h
1
22#ifndef ICALIMPORTER_H
23#define ICALIMPORTER_H
24
25#include "akonadi-calendar_export.h"
26
27#include <akonadi/collection.h>
28
29#include <QObject>
30#include <QString>
31
37namespace Akonadi {
38
39class IncidenceChanger;
40
41class AKONADI_CALENDAR_EXPORT ICalImporter : public QObject
42{
43 Q_OBJECT
44public:
45
53 explicit ICalImporter(Akonadi::IncidenceChanger *changer = 0, QObject *parent = 0);
54
60 QString errorMessage() const;
61
62Q_SIGNALS:
70 void importIntoExistingFinished(bool success, int total);
71
76 void importIntoNewFinished(bool success);
77
78public Q_SLOTS:
79
85 bool importIntoNewResource(const QString &filename);
86
97 bool importIntoExistingResource(const QUrl &url, Collection collection);
98
99private:
100 class Private;
101 Private *const d;
102};
103
104}
105
106#endif // ICALIMPORTER_H
Akonadi
FreeBusyManager::Singleton.
Definition: actionstatemanager_p.h:28
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

akonadi

Skip menu "akonadi"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • Modules
  • Related Pages

kdepimlibs-4.14.10 API Reference

Skip menu "kdepimlibs-4.14.10 API Reference"
  • akonadi
  •   contact
  •   kmime
  •   socialutils
  • kabc
  • kalarmcal
  • kblog
  • kcal
  • kcalcore
  • kcalutils
  • kholidays
  • kimap
  • kioslave
  •   imap4
  •   mbox
  •   nntp
  • kldap
  • kmbox
  • kmime
  • kontactinterface
  • kpimidentities
  • kpimtextedit
  • kpimutils
  • kresources
  • ktnef
  • kxmlrpcclient
  • mailtransport
  • microblog
  • qgpgme
  • syndication
  •   atom
  •   rdf
  •   rss2
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal