Page MenuHomePhorge

kcalconversion.h
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

kcalconversion.h

/*
* Copyright (C) 2011 Christian Mollekopf <mollekopf@kolabsys.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef KOLABKCALCONVERSION_H
#define KOLABKCALCONVERSION_H
#include "kolab_export.h"
#include <kolabevent.h>
#include <kolabtodo.h>
#include <kolabjournal.h>
#include <kcalcore/event.h>
#include <kcalcore/todo.h>
#include <kcalcore/journal.h>
namespace Kolab {
/**
* Conversion of Kolab-Containers to/from KCalCore Containers.
*
*/
namespace Conversion {
KOLAB_EXPORT KCalCore::Event::Ptr toKCalCore(const Kolab::Event &);
KOLAB_EXPORT Kolab::Event fromKCalCore(const KCalCore::Event &);
KOLAB_EXPORT KCalCore::Todo::Ptr toKCalCore(const Kolab::Todo &);
KOLAB_EXPORT Kolab::Todo fromKCalCore(const KCalCore::Todo &);
KOLAB_EXPORT KCalCore::Journal::Ptr toKCalCore(const Kolab::Journal &);
KOLAB_EXPORT Kolab::Journal fromKCalCore(const KCalCore::Journal &);
KOLAB_EXPORT KDateTime toDate(const Kolab::cDateTime &dt);
KOLAB_EXPORT cDateTime fromDate(const KDateTime &dt);
};
};
#endif

File Metadata

Mime Type
text/x-c++
Expires
Mon, Apr 6, 1:17 AM (1 d, 21 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ed/54/760467250144b80b06f7571c79cf
Default Alt Text
kcalconversion.h (1 KB)

Event Timeline