-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhcalendar.xml
224 lines (195 loc) · 6.16 KB
/
hcalendar.xml
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<alps version="1.0">
<description>
An ALPS specification of the semantics defined by the hCalendar
microformat. When applied to HTML content, this document is
equivalent to the hCalendar specification. When applied to some
other hypermedia format, e.g. Siren, this document allows the same
semantics hCalendar gives to HTML.
</description>
<element id="vcalendar" appears="MAY">
<description>
A container for one or more events (vevent). See section 1. of
RFC 2445.
</description>
<child href="#event"/ cardinality="many">
</element>
<element id="vevent" appears="MAY">
<description>
A container for one event. See section 4.6.1 of RFC 2445.
</description>
<child href="#attach" cardinality="many"/>
<child href="#attendee" cardinality="many"/>
<child href="#category" cardinality="many"/>
<child href="#class"/>
<child href="#contact"/>
<child href="#description"/>
<child href="#dtstamp"/>
<child href="#dtstart"/>
<child href="#dtend"/>
<child href="#duration"/>
<child href="geo.xml#geo" appears="MAY"/>
<child href="#last-modified"/>
<child href="#location"/>
<child href="#method"/>
<child href="#organizer"/>
<child href="#rdate"/>
<child href="#rrule"/>
<child href="#status"/>
<child href="#summary"/>
<child href="#uid"/>
<child href="#url" cardinality="many"/>
<!--There's more in RFC2445.-->
</element>
<element id="attach">
<description>
A attached resource associated with the event, such as a
photo. See section 4.8.1.1 of RFC 2445.
</description>
</element>
<element id="attendee">
<description>
An individual invited to attend the event. May be represented by
nested hCard record. See section 4.8.4.1 of RFC 2445.
</description>
<child href="#partstat"/>
<child href="#role"/>
</element>
<element id="category">
<description>
Category of the event. Common values are: MEETING, APPOINTMENT,
CONFERENCE, EXPO. See section 4.8.1.2 of RFC 2445.
</description>
</element>
<element id="class">
<description>
Access classification of the event information; Values are:
PUBLIC, PRIVATE, CONFIDENTIAL. See section 4.8.1.3 of RFC 2445.
</description>
</element>
<element id="contact">
<description>
Contact information associated with the event; May be represented
by nested hCard record. See section 4.8.4.2 of RFC 2445.
</description>
</element>
<element id="description">
<description>
A more detailed synopsis of the event than that provided by
'summary'. See section 4.8.1.5 of RFC 2445.
</description>
</element>
<element id="dtstamp">
<description>
Date/time of when the document containing information about the
event was created. See section 4.8.7.2 of RFC 2445.
</description>
</element>
<element id="dtstart">
<description>
Date/time of the start of the event. See section 4.8.2.2 of RFC 2445.
</description>
</element>
<element id="dtend">
<description>
Date/time of the end of the event. See section 4.8.2.2 of RFC 2445.
</description>
</element>
<element id="duration">
<description>
Length of the event. See section 4.8.2.5 of RFC 2445.
</description>
</element>
<element id="last-modified">
<description>
Date/time the information about the event was updated. See
section 4.8.7.3 of RFC 2445.
</description>
</element>
<element id="location">
<description>
Tells where the event is to be held. See sections 4.8.1.7 and
4.8.1.6 of RFC 2445.
</description>
<element child="geo.xml#geo" appears="MAY"/>
<element child="hcard.xml#hcard" appears="MAY"/>
<element child="hcard.xml#adr" appears="MAY"/>
</element>
<element id="method">
<description>
Function of the event object. Values for this property are:
PUBLISH, REQUEST, REPLY, ADD, CANCEL, REFRESH, COUNTER, or
DECLINECOUNTER. For example, a value of REQUEST indicates that a
request is being made for the event to occur. See section 4.7.2 of
RFC 2445.
</description>
</element>
<element id="organizer">
<description>
The organizer associated with the event. May be represented by
nested hCard record. See section 4.8.4.3 of RFC 2445.
</description>
</element>
<element id="partstat">
<description>
The participation-status of an individual invited to attend the
event. See section 4.2.12 of RFC 2445.
</description>
</element>
<element id="rdate">
<description>
</description>
</element>
<element id="role">
<description>
The role of an individual invited to attend the event. See
section 4.2.12 of RFC 2445.
</description>
</element>
<element id="rrule">
<description>
</description>
</element>
<element id="status">
<description>
Status of the calendar event. Values are: TENTATIVE, CONFIRMED,
CANCELLED. See section 4.8.1.11 of RFC 2445.
</description>
</element>
<element id="summary">
<description>
Short synopsis, title, or name of the event. See section 4.8.1.12
of RFC 2445.
</description>
</element>
<element id="uid">
<description>
A globally unique identifier for the event; typically a URL is
used. See section 4.8.4.7 of RFC 2445.
</description>
</element>
<element id="url">
<description>
A URL to a page that contains the definitive/preferred
representation of an event. See section 4.8.4.6 of RFC 2445.
</description>
</element>
<!--Since value-class is a general pattern, this could be
incorporated by reference?-->
<element id="value">
<description>
This class name is used to distinguish the actual value of a
property from any other cruft that may be in the containing
element representing the property. See the value-class-pattern
for details.
</description>
</element>
<element id="value-title">
<description>
This class name is used to distinguish the actual value of a
property, specifically in the 'title' attribute of the element,
from the element contents and the element representing the
containing property. See the value-class-pattern value-title
description for details.
</description>
</element>
</alps>