This file is part of the API for handling calendar data and defines the ExtendedStorage interface. More...
#include "mkcal_export.h"
#include "extendedcalendar.h"
#include "notebook.h"
#include <calstorage.h>
#include <calendar.h>
#include <kdatetime.h>
Go to the source code of this file.
Classes | |
class | mKCal::ExtendedStorage |
This class provides a calendar storage interface. More... | |
Namespaces | |
namespace | KCalCore |
namespace | mKCal |
Enumerations | |
enum | mKCal::DBOperation { mKCal::DBNone, mKCal::DBInsert, mKCal::DBUpdate, mKCal::DBDelete, mKCal::DBDeleteAll, mKCal::DBSelect, mKCal::DBSelectPlain, mKCal::DBSelectGeo, mKCal::DBSelectRecurring, mKCal::DBSelectAttendee, mKCal::DBUpdateVisibility } |
Database operation type. More... | |
enum | mKCal::StorageOperation { mKCal::StorageNone = 0, mKCal::StorageOpen, mKCal::StorageLoad, mKCal::StorageSave, mKCal::StorageInserted, mKCal::StorageModified, mKCal::StorageDeleted, mKCal::StorageAll, mKCal::StorageDuplicate } |
Variables | |
const char *const | mKCal::DBusService = "com.nokia.organiser" |
const char *const | mKCal::DBusInterface = "com.nokia.OrganiserAlarmIf" |
const char *const | mKCal::DBusPath = "/" |
const char *const | mKCal::DBusName = "alarm" |
This file is part of the API for handling calendar data and defines the ExtendedStorage interface.