You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.2 KiB
39 lines
1.2 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
|
|
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
|
|
<kcfgfile name="tderesources_kcal_sloxrc"/>
|
|
|
|
<group name="General">
|
|
<entry type="String" name="Url">
|
|
<label>Base Url</label>
|
|
</entry>
|
|
<entry type="String" name="User">
|
|
<label>User Name</label>
|
|
</entry>
|
|
<entry type="Password" name="Password">
|
|
<label>Password</label>
|
|
</entry>
|
|
<entry type="DateTime" name="LastEventSync">
|
|
<label>Last Event Sync</label>
|
|
</entry>
|
|
<entry type="DateTime" name="LastTodoSync">
|
|
<label>Last To-do Sync</label>
|
|
</entry>
|
|
<entry type="Bool" name="UseLastSync">
|
|
<label>Only load data since last sync</label>
|
|
<default>true</default>
|
|
</entry>
|
|
<entry type="String" name="CalendarFolderId">
|
|
<label>Calendar Folder</label>
|
|
<default></default>
|
|
</entry>
|
|
<entry type="String" name="TaskFolderId">
|
|
<label>Task Folder</label>
|
|
<default></default>
|
|
</entry>
|
|
</group>
|
|
|
|
</kcfg>
|