Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117886988
kcalkolabformat.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
kcalkolabformat.cpp
View Options
/*
* 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/>.
*/
#include
"kolabformat.h"
#include
<kcalcore/event.h>
#include
<KDE/KCalCore/Todo>
// #include "kcalconversions.h"
namespace
Kolab
{
namespace
KCal
{
KCalCore
::
Event
::
Ptr
readEvent
(
const
std
::
string
&
s
,
bool
isUrl
)
{
// return deserializeIncidence< IncidenceTrait<KCalCore::Event> >(s, isUrl);
return
KCalCore
::
Event
::
Ptr
();
}
KCalCore
::
Todo
::
Ptr
readTodo
(
const
std
::
string
&
s
,
bool
isUrl
)
{
return
KCalCore
::
Todo
::
Ptr
();
}
std
::
string
writeEvent
(
KCalCore
::
Event
::
Ptr
event
)
{
// return writeIncidence< IncidenceTrait<KCalCore::Event> >(*event);
return
std
::
string
();
}
std
::
string
writeTodo
(
KCalCore
::
Todo
::
Ptr
todo
)
{
// return writeIncidence< IncidenceTrait<KCalCore::Todo> >(*todo);
return
std
::
string
();
}
}
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Mon, Apr 6, 2:47 AM (2 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
59/1a/92b91f54e0d8d2d0879aa9ba4123
Default Alt Text
kcalkolabformat.cpp (1 KB)
Attached To
Mode
rLKX libkolabxml
Attached
Detach File
Event Timeline