File: icalEvent.xml

package info (click to toggle)
libkolabxml 1.2.1-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,612 kB
  • sloc: cpp: 9,911; ansic: 596; xml: 430; python: 221; php: 194; sh: 94; makefile: 12; cs: 9
file content (92 lines) | stat: -rw-r--r-- 2,867 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0" encoding="utf-8" ?>
<!--Copy of an example event from the xCal RFC-->
<icalendar xmlns="urn:ietf:params:xml:ns:icalendar-2.0" >
     <vcalendar>
       <properties>
         <prodid>
           <text>-//Example Inc.//Example Client//EN</text>
         </prodid>
         <version>
           <text>2.0</text>
         </version>
         <x-kolab-version > <!--xmlns="http://kolab.org"-->
             <text>3.0dev1</text>
         </x-kolab-version>
       </properties>
       <components>
         <vevent>
           <properties>
             <uid>
               <text>00959BC664CA650E933C892C@example.com</text>
             </uid>
             <created>
               <date-time>2006-02-06T00:11:21Z</date-time>
             </created>
             <dtstamp>
               <date-time>2006-02-06T00:11:21Z</date-time>
             </dtstamp>
             <dtstart>
               <parameters>
                 <tzid><text>/kolab.org/Europe/Zurich</text></tzid>
               </parameters>
               <date-time>2006-01-02T12:00:00</date-time>
             </dtstart>
             <duration>
               <duration>PT1H</duration>
             </duration>
             <rrule>
               <recur>
                 <freq>DAILY</freq>
                 <count>5</count>
               </recur>
             </rrule>
             <rdate>
               <parameters>
                 <tzid><text>/kolab.org/Europe/Zurich</text></tzid>
               </parameters>
               <date-time>2007-02-06T00:11:21</date-time>
       <!--        <period>
                 <start>2006-01-02T15:00:00</start>
                 <duration>PT2H</duration>
               </period>-->
             </rdate>
             <summary>
               <text>Event #2</text>
             </summary>
             <description>
               <text>Test.&#x0a;Test.
Test.</text>
             </description>

           </properties>
         </vevent>
<!--         <vevent>
           <properties>
             <dtstamp>
               <date-time>2006-02-06T00:11:21Z</date-time>
             </dtstamp>
             <dtstart>
               <parameters>
                 <tzid><text>Europe/Zurich</text></tzid>
               </parameters>
               <date-time>2006-01-04T14:00:00</date-time>
             </dtstart>
             <duration>
               <duration>PT1H</duration>
             </duration>
             <recurrence-id>
               <parameters>
                 <tzid><text>Europe/Zurich</text></tzid>
               </parameters>
               <date-time>2006-01-04T12:00:00</date-time>
             </recurrence-id>
             <summary>
               <text>Event #2 bis</text>
             </summary>

           </properties>
           <components/>
         </vevent>-->
       </components>
     </vcalendar>
</icalendar>