~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to plasma/generic/dataengines/calendar/calendar.operations

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE kcfg SYSTEM
 
3
    "http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
 
4
<kcfg>
 
5
 
 
6
    <group name="createEvent">
 
7
        <entry name="startDate" type="KDateTime">
 
8
            <label>Start Date of the Event.  Optional, one only.</label>
 
9
        </entry>
 
10
        <entry name="endDate" type="KDateTime">
 
11
            <label>End Date of the Event.  Optional, one only.</label>
 
12
        </entry>
 
13
        <entry name="transparent" type="Bool">
 
14
            <label>Set if Event is transparent in Free/Busy time.  Optional, one only.</label>
 
15
        </entry>
 
16
 
 
17
        <entry name="summary" type="String">
 
18
            <label>Summary of the Incidence.  Optional, one only.</label>
 
19
        </entry>
 
20
        <entry name="description" type="String">
 
21
            <label>Description of the Incidence.  Optional, one only.</label>
 
22
        </entry>
 
23
        <entry name="comments" type="StringList">
 
24
            <label>Comments for the Incidence.  Optional.</label>
 
25
        </entry>
 
26
        <entry name="categories" type="StringList">
 
27
            <label>Categories for the Incidence.  Optional.</label>
 
28
        </entry>
 
29
        <entry name="priority" type="Int">
 
30
            <label>Priority of the Incidence.  Optional, one only, value 0..9.</label>
 
31
        </entry>
 
32
        <entry name="durationSeconds" type="Int">
 
33
            <label>Duration of the Incidence in seconds.  Optional, one only, exclusive with durationDays and endDate.</label>
 
34
        </entry>
 
35
        <entry name="durationDays" type="Int">
 
36
            <label>Duration of the Incidence in days.  Optional, one only, exclusive with durationSeconds and endDate.</label>
 
37
        </entry>
 
38
    </group>
 
39
 
 
40
    <group name="createTodo">
 
41
        <entry name="startDate" type="KDateTime">
 
42
            <label>Start Date of the ToDo.  Optional, one only.</label>
 
43
        </entry>
 
44
        <entry name="dueDate" type="KDateTime">
 
45
            <label>Due Date of the ToDo.  Optional, one only, exclusive with durationDays and durationSeconds.</label>
 
46
        </entry>
 
47
        <entry name="percentComplete" type="Int">
 
48
            <label>Percent Complete of the ToDo.  Optional, one only.</label>
 
49
        </entry>
 
50
 
 
51
        <entry name="summary" type="String">
 
52
            <label>Summary of the Incidence.  Optional, one only.</label>
 
53
        </entry>
 
54
        <entry name="description" type="String">
 
55
            <label>Description of the Incidence.  Optional, one only.</label>
 
56
        </entry>
 
57
        <entry name="comments" type="StringList">
 
58
            <label>Comments for the Incidence.  Optional.</label>
 
59
        </entry>
 
60
        <entry name="categories" type="StringList">
 
61
            <label>Categories for the Incidence.  Optional.</label>
 
62
        </entry>
 
63
        <entry name="priority" type="Int">
 
64
            <label>Priority of the Incidence.  Optional, one only, value 0..9.</label>
 
65
        </entry>
 
66
        <entry name="durationSeconds" type="Int">
 
67
            <label>Duration of the Incidence in seconds.  Optional, one only, exclusive with durationDays and dueDate.</label>
 
68
        </entry>
 
69
        <entry name="durationDays" type="Int">
 
70
            <label>Duration of the Incidence in days.  Optional, one only, exclusive with durationSeconds and dueDate.</label>
 
71
        </entry>
 
72
    </group>
 
73
 
 
74
    <group name="createJournal">
 
75
        <entry name="date" type="KDateTime">
 
76
            <label>Date of the Journal.  Optional, one only.</label>
 
77
        </entry>
 
78
 
 
79
        <entry name="summary" type="String">
 
80
            <label>Summary of the Incidence.  Optional, one only.</label>
 
81
        </entry>
 
82
        <entry name="description" type="String">
 
83
            <label>Description of the Incidence.  Optional, one only.</label>
 
84
        </entry>
 
85
        <entry name="comments" type="StringList">
 
86
            <label>Comments for the Incidence.  Optional.</label>
 
87
        </entry>
 
88
        <entry name="categories" type="StringList">
 
89
            <label>Categories for the Incidence.  Optional.</label>
 
90
        </entry>
 
91
    </group>
 
92
 
 
93
</kcfg>