icalendar 0.96 → 0.96.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README +3 -3
- data/Rakefile +3 -4
- data/docs/api/classes/Array.html +148 -0
- data/docs/api/classes/Date.html +159 -0
- data/docs/api/classes/DateTime.html +180 -0
- data/docs/api/classes/Fixnum.html +148 -0
- data/docs/api/classes/Float.html +148 -0
- data/docs/api/classes/HashAttrs.html +199 -0
- data/docs/api/classes/Icalendar/Alarm.html +228 -0
- data/docs/api/classes/Icalendar/Base.html +120 -0
- data/docs/api/classes/Icalendar/Calendar.html +365 -0
- data/docs/api/classes/Icalendar/Component.html +689 -0
- data/docs/api/classes/Icalendar/DateProp.html +187 -0
- data/docs/api/classes/Icalendar/DateProp/ClassMethods.html +195 -0
- data/docs/api/classes/Icalendar/Daylight.html +156 -0
- data/docs/api/classes/Icalendar/Event.html +650 -0
- data/docs/api/classes/Icalendar/Freebusy.html +297 -0
- data/docs/api/classes/Icalendar/InvalidPropertyValue.html +117 -0
- data/docs/api/classes/Icalendar/Journal.html +459 -0
- data/docs/api/classes/Icalendar/Parameter.html +166 -0
- data/docs/api/classes/Icalendar/Parser.html +447 -0
- data/docs/api/classes/Icalendar/Standard.html +156 -0
- data/docs/api/classes/Icalendar/Timezone.html +351 -0
- data/docs/api/classes/Icalendar/Todo.html +496 -0
- data/docs/api/classes/Icalendar/UnknownComponentClass.html +117 -0
- data/docs/api/classes/Icalendar/UnknownPropertyMethod.html +117 -0
- data/docs/api/classes/Object.html +270 -0
- data/docs/api/classes/String.html +148 -0
- data/docs/api/classes/Time.html +163 -0
- data/docs/api/classes/URI.html +111 -0
- data/docs/api/classes/URI/Generic.html +148 -0
- data/docs/api/created.rid +1 -0
- data/docs/api/files/COPYING.html +163 -0
- data/docs/api/files/GPL.html +531 -0
- data/docs/api/files/README.html +254 -0
- data/docs/api/files/lib/hash_attrs_rb.html +107 -0
- data/docs/api/files/lib/icalendar/base_rb.html +108 -0
- data/docs/api/files/lib/icalendar/calendar_rb.html +101 -0
- data/docs/api/files/lib/icalendar/component/alarm_rb.html +101 -0
- data/docs/api/files/lib/icalendar/component/event_rb.html +101 -0
- data/docs/api/files/lib/icalendar/component/freebusy_rb.html +101 -0
- data/docs/api/files/lib/icalendar/component/journal_rb.html +101 -0
- data/docs/api/files/lib/icalendar/component/timezone_rb.html +101 -0
- data/docs/api/files/lib/icalendar/component/todo_rb.html +101 -0
- data/docs/api/files/lib/icalendar/component_rb.html +101 -0
- data/docs/api/files/lib/icalendar/conversions_rb.html +109 -0
- data/docs/api/files/lib/icalendar/helpers_rb.html +101 -0
- data/docs/api/files/lib/icalendar/parameter_rb.html +101 -0
- data/docs/api/files/lib/icalendar/parser_rb.html +109 -0
- data/docs/api/files/lib/icalendar_rb.html +120 -0
- data/docs/api/files/lib/meta_rb.html +107 -0
- data/docs/api/fr_class_index.html +55 -0
- data/docs/api/fr_file_index.html +45 -0
- data/docs/api/fr_method_index.html +79 -0
- data/docs/api/index.html +24 -0
- data/docs/api/rdoc-style.css +208 -0
- data/{docs/examples → examples}/create_cal.rb +6 -2
- data/{docs/examples → examples}/parse_cal.rb +3 -2
- data/{docs/examples → examples}/single_event.ics +0 -0
- data/lib/hash_attrs.rb +29 -0
- data/lib/icalendar.rb +11 -2
- data/lib/icalendar/base.rb +6 -2
- data/lib/icalendar/calendar.rb +1 -1
- data/lib/icalendar/component.rb +98 -71
- data/lib/icalendar/component/alarm.rb +5 -3
- data/lib/icalendar/component/event.rb +1 -1
- data/lib/icalendar/component/freebusy.rb +23 -23
- data/lib/icalendar/component/journal.rb +1 -5
- data/lib/icalendar/component/timezone.rb +7 -0
- data/lib/icalendar/component/todo.rb +1 -6
- data/lib/icalendar/conversions.rb +10 -0
- data/lib/icalendar/parser.rb +82 -85
- data/lib/meta.rb +32 -0
- data/test/component_test.rb +69 -64
- metadata +74 -12
- data/lib/icalendar/foo.rb +0 -394
- data/test/property_helpers.rb +0 -35
|
@@ -0,0 +1,650 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
|
|
6
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
7
|
+
<head>
|
|
8
|
+
<title>Class: Icalendar::Event</title>
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
+
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
|
11
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
12
|
+
<script type="text/javascript">
|
|
13
|
+
// <![CDATA[
|
|
14
|
+
|
|
15
|
+
function popupCode( url ) {
|
|
16
|
+
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
function toggleCode( id ) {
|
|
20
|
+
if ( document.getElementById )
|
|
21
|
+
elem = document.getElementById( id );
|
|
22
|
+
else if ( document.all )
|
|
23
|
+
elem = eval( "document.all." + id );
|
|
24
|
+
else
|
|
25
|
+
return false;
|
|
26
|
+
|
|
27
|
+
elemStyle = elem.style;
|
|
28
|
+
|
|
29
|
+
if ( elemStyle.display != "block" ) {
|
|
30
|
+
elemStyle.display = "block"
|
|
31
|
+
} else {
|
|
32
|
+
elemStyle.display = "none"
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// Make codeblocks hidden by default
|
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
|
40
|
+
|
|
41
|
+
// ]]>
|
|
42
|
+
</script>
|
|
43
|
+
|
|
44
|
+
</head>
|
|
45
|
+
<body>
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
<div id="classHeader">
|
|
50
|
+
<table class="header-table">
|
|
51
|
+
<tr class="top-aligned-row">
|
|
52
|
+
<td><strong>Class</strong></td>
|
|
53
|
+
<td class="class-name-in-header">Icalendar::Event</td>
|
|
54
|
+
</tr>
|
|
55
|
+
<tr class="top-aligned-row">
|
|
56
|
+
<td><strong>In:</strong></td>
|
|
57
|
+
<td>
|
|
58
|
+
<a href="../../files/lib/icalendar/component/event_rb.html">
|
|
59
|
+
lib/icalendar/component/event.rb
|
|
60
|
+
</a>
|
|
61
|
+
<br />
|
|
62
|
+
</td>
|
|
63
|
+
</tr>
|
|
64
|
+
|
|
65
|
+
<tr class="top-aligned-row">
|
|
66
|
+
<td><strong>Parent:</strong></td>
|
|
67
|
+
<td>
|
|
68
|
+
<a href="Component.html">
|
|
69
|
+
Component
|
|
70
|
+
</a>
|
|
71
|
+
</td>
|
|
72
|
+
</tr>
|
|
73
|
+
</table>
|
|
74
|
+
</div>
|
|
75
|
+
<!-- banner header -->
|
|
76
|
+
|
|
77
|
+
<div id="bodyContent">
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
<div id="contextContent">
|
|
82
|
+
|
|
83
|
+
<div id="description">
|
|
84
|
+
<p>
|
|
85
|
+
A <a href="Event.html">Event</a> calendar component is a grouping of
|
|
86
|
+
component properties, and possibly including <a href="Alarm.html">Alarm</a>
|
|
87
|
+
calendar components, that represents a scheduled amount of time on a
|
|
88
|
+
calendar. For example, it can be an activity; such as a one-hour long,
|
|
89
|
+
department meeting from 8:00 AM to 9:00 AM, tomorrow. Generally, an event
|
|
90
|
+
will take up time on an individual calendar.
|
|
91
|
+
</p>
|
|
92
|
+
|
|
93
|
+
</div>
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
</div>
|
|
97
|
+
|
|
98
|
+
<div id="method-list">
|
|
99
|
+
<h3 class="section-bar">Methods</h3>
|
|
100
|
+
|
|
101
|
+
<div class="name-list">
|
|
102
|
+
<a href="#M000041">alarm</a>
|
|
103
|
+
<a href="#M000040">new</a>
|
|
104
|
+
</div>
|
|
105
|
+
</div>
|
|
106
|
+
|
|
107
|
+
</div>
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
<!-- if includes -->
|
|
111
|
+
|
|
112
|
+
<div id="section">
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
<div id="attribute-list">
|
|
119
|
+
<h3 class="section-bar">Attributes</h3>
|
|
120
|
+
|
|
121
|
+
<div class="name-list">
|
|
122
|
+
<table>
|
|
123
|
+
<tr class="top-aligned-row context-row">
|
|
124
|
+
<td class="context-item-name">alarms</td>
|
|
125
|
+
<td class="context-item-value"> </td>
|
|
126
|
+
<td class="context-item-desc"></td>
|
|
127
|
+
</tr>
|
|
128
|
+
<tr class="top-aligned-row context-row">
|
|
129
|
+
<td class="context-item-name">attach</td>
|
|
130
|
+
<td class="context-item-value"> </td>
|
|
131
|
+
<td class="context-item-desc">
|
|
132
|
+
Associates a <a href="../URI.html">URI</a> or binary blob with this item
|
|
133
|
+
|
|
134
|
+
</td>
|
|
135
|
+
</tr>
|
|
136
|
+
<tr class="top-aligned-row context-row">
|
|
137
|
+
<td class="context-item-name">attachment</td>
|
|
138
|
+
<td class="context-item-value"> </td>
|
|
139
|
+
<td class="context-item-desc">
|
|
140
|
+
Associates a <a href="../URI.html">URI</a> or binary blob with this item
|
|
141
|
+
|
|
142
|
+
</td>
|
|
143
|
+
</tr>
|
|
144
|
+
<tr class="top-aligned-row context-row">
|
|
145
|
+
<td class="context-item-name">attachments</td>
|
|
146
|
+
<td class="context-item-value"> </td>
|
|
147
|
+
<td class="context-item-desc">
|
|
148
|
+
Associates a <a href="../URI.html">URI</a> or binary blob with this item
|
|
149
|
+
|
|
150
|
+
</td>
|
|
151
|
+
</tr>
|
|
152
|
+
<tr class="top-aligned-row context-row">
|
|
153
|
+
<td class="context-item-name">attendee</td>
|
|
154
|
+
<td class="context-item-value"> </td>
|
|
155
|
+
<td class="context-item-desc">
|
|
156
|
+
Defines an attendee for this calendar item
|
|
157
|
+
|
|
158
|
+
</td>
|
|
159
|
+
</tr>
|
|
160
|
+
<tr class="top-aligned-row context-row">
|
|
161
|
+
<td class="context-item-name">attendee</td>
|
|
162
|
+
<td class="context-item-value"> </td>
|
|
163
|
+
<td class="context-item-desc">
|
|
164
|
+
Defines an attendee for this calendar item
|
|
165
|
+
|
|
166
|
+
</td>
|
|
167
|
+
</tr>
|
|
168
|
+
<tr class="top-aligned-row context-row">
|
|
169
|
+
<td class="context-item-name">attendees</td>
|
|
170
|
+
<td class="context-item-value"> </td>
|
|
171
|
+
<td class="context-item-desc">
|
|
172
|
+
Defines an attendee for this calendar item
|
|
173
|
+
|
|
174
|
+
</td>
|
|
175
|
+
</tr>
|
|
176
|
+
<tr class="top-aligned-row context-row">
|
|
177
|
+
<td class="context-item-name">categories</td>
|
|
178
|
+
<td class="context-item-value"> </td>
|
|
179
|
+
<td class="context-item-desc">
|
|
180
|
+
Defines the categories for a calendar component (school, work…)
|
|
181
|
+
|
|
182
|
+
</td>
|
|
183
|
+
</tr>
|
|
184
|
+
<tr class="top-aligned-row context-row">
|
|
185
|
+
<td class="context-item-name">categories</td>
|
|
186
|
+
<td class="context-item-value"> </td>
|
|
187
|
+
<td class="context-item-desc">
|
|
188
|
+
Defines the categories for a calendar component (school, work…)
|
|
189
|
+
|
|
190
|
+
</td>
|
|
191
|
+
</tr>
|
|
192
|
+
<tr class="top-aligned-row context-row">
|
|
193
|
+
<td class="context-item-name">category</td>
|
|
194
|
+
<td class="context-item-value"> </td>
|
|
195
|
+
<td class="context-item-desc">
|
|
196
|
+
Defines the categories for a calendar component (school, work…)
|
|
197
|
+
|
|
198
|
+
</td>
|
|
199
|
+
</tr>
|
|
200
|
+
<tr class="top-aligned-row context-row">
|
|
201
|
+
<td class="context-item-name">comment</td>
|
|
202
|
+
<td class="context-item-value"> </td>
|
|
203
|
+
<td class="context-item-desc">
|
|
204
|
+
Simple comment for the calendar user.
|
|
205
|
+
|
|
206
|
+
</td>
|
|
207
|
+
</tr>
|
|
208
|
+
<tr class="top-aligned-row context-row">
|
|
209
|
+
<td class="context-item-name">comment</td>
|
|
210
|
+
<td class="context-item-value"> </td>
|
|
211
|
+
<td class="context-item-desc">
|
|
212
|
+
Simple comment for the calendar user.
|
|
213
|
+
|
|
214
|
+
</td>
|
|
215
|
+
</tr>
|
|
216
|
+
<tr class="top-aligned-row context-row">
|
|
217
|
+
<td class="context-item-name">comments</td>
|
|
218
|
+
<td class="context-item-value"> </td>
|
|
219
|
+
<td class="context-item-desc">
|
|
220
|
+
Simple comment for the calendar user.
|
|
221
|
+
|
|
222
|
+
</td>
|
|
223
|
+
</tr>
|
|
224
|
+
<tr class="top-aligned-row context-row">
|
|
225
|
+
<td class="context-item-name">contact</td>
|
|
226
|
+
<td class="context-item-value"> </td>
|
|
227
|
+
<td class="context-item-desc">
|
|
228
|
+
Contact information associated with this item.
|
|
229
|
+
|
|
230
|
+
</td>
|
|
231
|
+
</tr>
|
|
232
|
+
<tr class="top-aligned-row context-row">
|
|
233
|
+
<td class="context-item-name">contact</td>
|
|
234
|
+
<td class="context-item-value"> </td>
|
|
235
|
+
<td class="context-item-desc">
|
|
236
|
+
Contact information associated with this item.
|
|
237
|
+
|
|
238
|
+
</td>
|
|
239
|
+
</tr>
|
|
240
|
+
<tr class="top-aligned-row context-row">
|
|
241
|
+
<td class="context-item-name">contacts</td>
|
|
242
|
+
<td class="context-item-value"> </td>
|
|
243
|
+
<td class="context-item-desc">
|
|
244
|
+
Contact information associated with this item.
|
|
245
|
+
|
|
246
|
+
</td>
|
|
247
|
+
</tr>
|
|
248
|
+
<tr class="top-aligned-row context-row">
|
|
249
|
+
<td class="context-item-name">created</td>
|
|
250
|
+
<td class="context-item-value"> </td>
|
|
251
|
+
<td class="context-item-desc">
|
|
252
|
+
<a href="../Date.html">Date</a> & time of creation
|
|
253
|
+
|
|
254
|
+
</td>
|
|
255
|
+
</tr>
|
|
256
|
+
<tr class="top-aligned-row context-row">
|
|
257
|
+
<td class="context-item-name">description</td>
|
|
258
|
+
<td class="context-item-value"> </td>
|
|
259
|
+
<td class="context-item-desc">
|
|
260
|
+
Complete description of the calendar component
|
|
261
|
+
|
|
262
|
+
</td>
|
|
263
|
+
</tr>
|
|
264
|
+
<tr class="top-aligned-row context-row">
|
|
265
|
+
<td class="context-item-name">dtend</td>
|
|
266
|
+
<td class="context-item-value"> </td>
|
|
267
|
+
<td class="context-item-desc">
|
|
268
|
+
Specifies a date and time that this item ends
|
|
269
|
+
|
|
270
|
+
</td>
|
|
271
|
+
</tr>
|
|
272
|
+
<tr class="top-aligned-row context-row">
|
|
273
|
+
<td class="context-item-name">dtstamp</td>
|
|
274
|
+
<td class="context-item-value"> </td>
|
|
275
|
+
<td class="context-item-desc">
|
|
276
|
+
Indicate date & time when this item was created
|
|
277
|
+
|
|
278
|
+
</td>
|
|
279
|
+
</tr>
|
|
280
|
+
<tr class="top-aligned-row context-row">
|
|
281
|
+
<td class="context-item-name">dtstart</td>
|
|
282
|
+
<td class="context-item-value"> </td>
|
|
283
|
+
<td class="context-item-desc">
|
|
284
|
+
Specifies date-time when calendar component begins
|
|
285
|
+
|
|
286
|
+
</td>
|
|
287
|
+
</tr>
|
|
288
|
+
<tr class="top-aligned-row context-row">
|
|
289
|
+
<td class="context-item-name">duration</td>
|
|
290
|
+
<td class="context-item-value"> </td>
|
|
291
|
+
<td class="context-item-desc">
|
|
292
|
+
Specifies a positive duration time
|
|
293
|
+
|
|
294
|
+
</td>
|
|
295
|
+
</tr>
|
|
296
|
+
<tr class="top-aligned-row context-row">
|
|
297
|
+
<td class="context-item-name">end</td>
|
|
298
|
+
<td class="context-item-value"> </td>
|
|
299
|
+
<td class="context-item-desc">
|
|
300
|
+
Specifies a date and time that this item ends
|
|
301
|
+
|
|
302
|
+
</td>
|
|
303
|
+
</tr>
|
|
304
|
+
<tr class="top-aligned-row context-row">
|
|
305
|
+
<td class="context-item-name">exception_date</td>
|
|
306
|
+
<td class="context-item-value"> </td>
|
|
307
|
+
<td class="context-item-desc"></td>
|
|
308
|
+
</tr>
|
|
309
|
+
<tr class="top-aligned-row context-row">
|
|
310
|
+
<td class="context-item-name">exception_dates</td>
|
|
311
|
+
<td class="context-item-value"> </td>
|
|
312
|
+
<td class="context-item-desc"></td>
|
|
313
|
+
</tr>
|
|
314
|
+
<tr class="top-aligned-row context-row">
|
|
315
|
+
<td class="context-item-name">exception_rule</td>
|
|
316
|
+
<td class="context-item-value"> </td>
|
|
317
|
+
<td class="context-item-desc"></td>
|
|
318
|
+
</tr>
|
|
319
|
+
<tr class="top-aligned-row context-row">
|
|
320
|
+
<td class="context-item-name">exception_rules</td>
|
|
321
|
+
<td class="context-item-value"> </td>
|
|
322
|
+
<td class="context-item-desc"></td>
|
|
323
|
+
</tr>
|
|
324
|
+
<tr class="top-aligned-row context-row">
|
|
325
|
+
<td class="context-item-name">exdate</td>
|
|
326
|
+
<td class="context-item-value"> </td>
|
|
327
|
+
<td class="context-item-desc"></td>
|
|
328
|
+
</tr>
|
|
329
|
+
<tr class="top-aligned-row context-row">
|
|
330
|
+
<td class="context-item-name">exrule</td>
|
|
331
|
+
<td class="context-item-value"> </td>
|
|
332
|
+
<td class="context-item-desc"></td>
|
|
333
|
+
</tr>
|
|
334
|
+
<tr class="top-aligned-row context-row">
|
|
335
|
+
<td class="context-item-name">geo</td>
|
|
336
|
+
<td class="context-item-value"> </td>
|
|
337
|
+
<td class="context-item-desc">
|
|
338
|
+
Latitude & longitude for specified activity
|
|
339
|
+
|
|
340
|
+
</td>
|
|
341
|
+
</tr>
|
|
342
|
+
<tr class="top-aligned-row context-row">
|
|
343
|
+
<td class="context-item-name">ip_class</td>
|
|
344
|
+
<td class="context-item-value"> </td>
|
|
345
|
+
<td class="context-item-desc">
|
|
346
|
+
Access classification (PUBLIC, PRIVATE, CONFIDENTIAL…)
|
|
347
|
+
|
|
348
|
+
</td>
|
|
349
|
+
</tr>
|
|
350
|
+
<tr class="top-aligned-row context-row">
|
|
351
|
+
<td class="context-item-name">last_mod</td>
|
|
352
|
+
<td class="context-item-value"> </td>
|
|
353
|
+
<td class="context-item-desc">
|
|
354
|
+
<a href="../Date.html">Date</a> & time this item was last modified
|
|
355
|
+
|
|
356
|
+
</td>
|
|
357
|
+
</tr>
|
|
358
|
+
<tr class="top-aligned-row context-row">
|
|
359
|
+
<td class="context-item-name">last_modification</td>
|
|
360
|
+
<td class="context-item-value"> </td>
|
|
361
|
+
<td class="context-item-desc">
|
|
362
|
+
<a href="../Date.html">Date</a> & time this item was last modified
|
|
363
|
+
|
|
364
|
+
</td>
|
|
365
|
+
</tr>
|
|
366
|
+
<tr class="top-aligned-row context-row">
|
|
367
|
+
<td class="context-item-name">location</td>
|
|
368
|
+
<td class="context-item-value"> </td>
|
|
369
|
+
<td class="context-item-desc">
|
|
370
|
+
Specifies the intended venue for this activity
|
|
371
|
+
|
|
372
|
+
</td>
|
|
373
|
+
</tr>
|
|
374
|
+
<tr class="top-aligned-row context-row">
|
|
375
|
+
<td class="context-item-name">organizer</td>
|
|
376
|
+
<td class="context-item-value"> </td>
|
|
377
|
+
<td class="context-item-desc">
|
|
378
|
+
Defines organizer of this item
|
|
379
|
+
|
|
380
|
+
</td>
|
|
381
|
+
</tr>
|
|
382
|
+
<tr class="top-aligned-row context-row">
|
|
383
|
+
<td class="context-item-name">priority</td>
|
|
384
|
+
<td class="context-item-value"> </td>
|
|
385
|
+
<td class="context-item-desc">
|
|
386
|
+
Defines relative priority for this item (1-9… 1 = best)
|
|
387
|
+
|
|
388
|
+
</td>
|
|
389
|
+
</tr>
|
|
390
|
+
<tr class="top-aligned-row context-row">
|
|
391
|
+
<td class="context-item-name">rdate</td>
|
|
392
|
+
<td class="context-item-value"> </td>
|
|
393
|
+
<td class="context-item-desc">
|
|
394
|
+
Used with the UID & SEQUENCE to identify a specific instance of a
|
|
395
|
+
recurring calendar item.
|
|
396
|
+
|
|
397
|
+
</td>
|
|
398
|
+
</tr>
|
|
399
|
+
<tr class="top-aligned-row context-row">
|
|
400
|
+
<td class="context-item-name">recurid</td>
|
|
401
|
+
<td class="context-item-value"> </td>
|
|
402
|
+
<td class="context-item-desc"></td>
|
|
403
|
+
</tr>
|
|
404
|
+
<tr class="top-aligned-row context-row">
|
|
405
|
+
<td class="context-item-name">recurrence_date</td>
|
|
406
|
+
<td class="context-item-value"> </td>
|
|
407
|
+
<td class="context-item-desc">
|
|
408
|
+
Used with the UID & SEQUENCE to identify a specific instance of a
|
|
409
|
+
recurring calendar item.
|
|
410
|
+
|
|
411
|
+
</td>
|
|
412
|
+
</tr>
|
|
413
|
+
<tr class="top-aligned-row context-row">
|
|
414
|
+
<td class="context-item-name">recurrence_dates</td>
|
|
415
|
+
<td class="context-item-value"> </td>
|
|
416
|
+
<td class="context-item-desc">
|
|
417
|
+
Used with the UID & SEQUENCE to identify a specific instance of a
|
|
418
|
+
recurring calendar item.
|
|
419
|
+
|
|
420
|
+
</td>
|
|
421
|
+
</tr>
|
|
422
|
+
<tr class="top-aligned-row context-row">
|
|
423
|
+
<td class="context-item-name">recurrence_id</td>
|
|
424
|
+
<td class="context-item-value"> </td>
|
|
425
|
+
<td class="context-item-desc"></td>
|
|
426
|
+
</tr>
|
|
427
|
+
<tr class="top-aligned-row context-row">
|
|
428
|
+
<td class="context-item-name">recurrence_rule</td>
|
|
429
|
+
<td class="context-item-value"> </td>
|
|
430
|
+
<td class="context-item-desc"></td>
|
|
431
|
+
</tr>
|
|
432
|
+
<tr class="top-aligned-row context-row">
|
|
433
|
+
<td class="context-item-name">recurrence_rules</td>
|
|
434
|
+
<td class="context-item-value"> </td>
|
|
435
|
+
<td class="context-item-desc"></td>
|
|
436
|
+
</tr>
|
|
437
|
+
<tr class="top-aligned-row context-row">
|
|
438
|
+
<td class="context-item-name">related_to</td>
|
|
439
|
+
<td class="context-item-value"> </td>
|
|
440
|
+
<td class="context-item-desc">
|
|
441
|
+
Used to represent a relationship between two calendar items
|
|
442
|
+
|
|
443
|
+
</td>
|
|
444
|
+
</tr>
|
|
445
|
+
<tr class="top-aligned-row context-row">
|
|
446
|
+
<td class="context-item-name">related_to</td>
|
|
447
|
+
<td class="context-item-value"> </td>
|
|
448
|
+
<td class="context-item-desc">
|
|
449
|
+
Used to represent a relationship between two calendar items
|
|
450
|
+
|
|
451
|
+
</td>
|
|
452
|
+
</tr>
|
|
453
|
+
<tr class="top-aligned-row context-row">
|
|
454
|
+
<td class="context-item-name">related_tos</td>
|
|
455
|
+
<td class="context-item-value"> </td>
|
|
456
|
+
<td class="context-item-desc">
|
|
457
|
+
Used to represent a relationship between two calendar items
|
|
458
|
+
|
|
459
|
+
</td>
|
|
460
|
+
</tr>
|
|
461
|
+
<tr class="top-aligned-row context-row">
|
|
462
|
+
<td class="context-item-name">request_status</td>
|
|
463
|
+
<td class="context-item-value"> </td>
|
|
464
|
+
<td class="context-item-desc"></td>
|
|
465
|
+
</tr>
|
|
466
|
+
<tr class="top-aligned-row context-row">
|
|
467
|
+
<td class="context-item-name">request_statuses</td>
|
|
468
|
+
<td class="context-item-value"> </td>
|
|
469
|
+
<td class="context-item-desc"></td>
|
|
470
|
+
</tr>
|
|
471
|
+
<tr class="top-aligned-row context-row">
|
|
472
|
+
<td class="context-item-name">resource</td>
|
|
473
|
+
<td class="context-item-value"> </td>
|
|
474
|
+
<td class="context-item-desc"></td>
|
|
475
|
+
</tr>
|
|
476
|
+
<tr class="top-aligned-row context-row">
|
|
477
|
+
<td class="context-item-name">resources</td>
|
|
478
|
+
<td class="context-item-value"> </td>
|
|
479
|
+
<td class="context-item-desc"></td>
|
|
480
|
+
</tr>
|
|
481
|
+
<tr class="top-aligned-row context-row">
|
|
482
|
+
<td class="context-item-name">resources</td>
|
|
483
|
+
<td class="context-item-value"> </td>
|
|
484
|
+
<td class="context-item-desc"></td>
|
|
485
|
+
</tr>
|
|
486
|
+
<tr class="top-aligned-row context-row">
|
|
487
|
+
<td class="context-item-name">rrule</td>
|
|
488
|
+
<td class="context-item-value"> </td>
|
|
489
|
+
<td class="context-item-desc"></td>
|
|
490
|
+
</tr>
|
|
491
|
+
<tr class="top-aligned-row context-row">
|
|
492
|
+
<td class="context-item-name">rstatus</td>
|
|
493
|
+
<td class="context-item-value"> </td>
|
|
494
|
+
<td class="context-item-desc"></td>
|
|
495
|
+
</tr>
|
|
496
|
+
<tr class="top-aligned-row context-row">
|
|
497
|
+
<td class="context-item-name">seq</td>
|
|
498
|
+
<td class="context-item-value"> </td>
|
|
499
|
+
<td class="context-item-desc">
|
|
500
|
+
Revision sequence number for this item
|
|
501
|
+
|
|
502
|
+
</td>
|
|
503
|
+
</tr>
|
|
504
|
+
<tr class="top-aligned-row context-row">
|
|
505
|
+
<td class="context-item-name">sequence</td>
|
|
506
|
+
<td class="context-item-value"> </td>
|
|
507
|
+
<td class="context-item-desc">
|
|
508
|
+
Revision sequence number for this item
|
|
509
|
+
|
|
510
|
+
</td>
|
|
511
|
+
</tr>
|
|
512
|
+
<tr class="top-aligned-row context-row">
|
|
513
|
+
<td class="context-item-name">start</td>
|
|
514
|
+
<td class="context-item-value"> </td>
|
|
515
|
+
<td class="context-item-desc">
|
|
516
|
+
Specifies date-time when calendar component begins
|
|
517
|
+
|
|
518
|
+
</td>
|
|
519
|
+
</tr>
|
|
520
|
+
<tr class="top-aligned-row context-row">
|
|
521
|
+
<td class="context-item-name">status</td>
|
|
522
|
+
<td class="context-item-value"> </td>
|
|
523
|
+
<td class="context-item-desc">
|
|
524
|
+
Defines overall status or confirmation of this item
|
|
525
|
+
|
|
526
|
+
</td>
|
|
527
|
+
</tr>
|
|
528
|
+
<tr class="top-aligned-row context-row">
|
|
529
|
+
<td class="context-item-name">summary</td>
|
|
530
|
+
<td class="context-item-value"> </td>
|
|
531
|
+
<td class="context-item-desc"></td>
|
|
532
|
+
</tr>
|
|
533
|
+
<tr class="top-aligned-row context-row">
|
|
534
|
+
<td class="context-item-name">timestamp</td>
|
|
535
|
+
<td class="context-item-value"> </td>
|
|
536
|
+
<td class="context-item-desc">
|
|
537
|
+
Indicate date & time when this item was created
|
|
538
|
+
|
|
539
|
+
</td>
|
|
540
|
+
</tr>
|
|
541
|
+
<tr class="top-aligned-row context-row">
|
|
542
|
+
<td class="context-item-name">transp</td>
|
|
543
|
+
<td class="context-item-value"> </td>
|
|
544
|
+
<td class="context-item-desc"></td>
|
|
545
|
+
</tr>
|
|
546
|
+
<tr class="top-aligned-row context-row">
|
|
547
|
+
<td class="context-item-name">transparency</td>
|
|
548
|
+
<td class="context-item-value"> </td>
|
|
549
|
+
<td class="context-item-desc"></td>
|
|
550
|
+
</tr>
|
|
551
|
+
<tr class="top-aligned-row context-row">
|
|
552
|
+
<td class="context-item-name">uid</td>
|
|
553
|
+
<td class="context-item-value"> </td>
|
|
554
|
+
<td class="context-item-desc">
|
|
555
|
+
Defines a persistent, globally unique id for this item
|
|
556
|
+
|
|
557
|
+
</td>
|
|
558
|
+
</tr>
|
|
559
|
+
<tr class="top-aligned-row context-row">
|
|
560
|
+
<td class="context-item-name">url</td>
|
|
561
|
+
<td class="context-item-value"> </td>
|
|
562
|
+
<td class="context-item-desc">
|
|
563
|
+
Defines a URL associated with this item
|
|
564
|
+
|
|
565
|
+
</td>
|
|
566
|
+
</tr>
|
|
567
|
+
<tr class="top-aligned-row context-row">
|
|
568
|
+
<td class="context-item-name">user_id</td>
|
|
569
|
+
<td class="context-item-value"> </td>
|
|
570
|
+
<td class="context-item-desc">
|
|
571
|
+
Defines a persistent, globally unique id for this item
|
|
572
|
+
|
|
573
|
+
</td>
|
|
574
|
+
</tr>
|
|
575
|
+
</table>
|
|
576
|
+
</div>
|
|
577
|
+
</div>
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
<!-- if method_list -->
|
|
582
|
+
<div id="methods">
|
|
583
|
+
<h3 class="section-bar">Public Class methods</h3>
|
|
584
|
+
|
|
585
|
+
<div id="method-M000040" class="method-detail">
|
|
586
|
+
<a name="M000040"></a>
|
|
587
|
+
|
|
588
|
+
<div class="method-heading">
|
|
589
|
+
<a href="#M000040" class="method-signature">
|
|
590
|
+
<span class="method-name">new</span><span class="method-args">()</span>
|
|
591
|
+
</a>
|
|
592
|
+
</div>
|
|
593
|
+
|
|
594
|
+
<div class="method-description">
|
|
595
|
+
<p><a class="source-toggle" href="#"
|
|
596
|
+
onclick="toggleCode('M000040-source');return false;">[Source]</a></p>
|
|
597
|
+
<div class="method-source-code" id="M000040-source">
|
|
598
|
+
<pre>
|
|
599
|
+
<span class="ruby-comment cmt"># File lib/icalendar/component/event.rb, line 103</span>
|
|
600
|
+
103: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>()
|
|
601
|
+
104: <span class="ruby-keyword kw">super</span>(<span class="ruby-value str">"VEVENT"</span>)
|
|
602
|
+
105: <span class="ruby-keyword kw">end</span>
|
|
603
|
+
</pre>
|
|
604
|
+
</div>
|
|
605
|
+
</div>
|
|
606
|
+
</div>
|
|
607
|
+
|
|
608
|
+
<h3 class="section-bar">Public Instance methods</h3>
|
|
609
|
+
|
|
610
|
+
<div id="method-M000041" class="method-detail">
|
|
611
|
+
<a name="M000041"></a>
|
|
612
|
+
|
|
613
|
+
<div class="method-heading">
|
|
614
|
+
<a href="#M000041" class="method-signature">
|
|
615
|
+
<span class="method-name">alarm</span><span class="method-args">(&block)</span>
|
|
616
|
+
</a>
|
|
617
|
+
</div>
|
|
618
|
+
|
|
619
|
+
<div class="method-description">
|
|
620
|
+
<p><a class="source-toggle" href="#"
|
|
621
|
+
onclick="toggleCode('M000041-source');return false;">[Source]</a></p>
|
|
622
|
+
<div class="method-source-code" id="M000041-source">
|
|
623
|
+
<pre>
|
|
624
|
+
<span class="ruby-comment cmt"># File lib/icalendar/component/event.rb, line 107</span>
|
|
625
|
+
107: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">alarm</span>(<span class="ruby-operator">&</span><span class="ruby-identifier">block</span>)
|
|
626
|
+
108: <span class="ruby-identifier">a</span> = <span class="ruby-constant">Alarm</span>.<span class="ruby-identifier">new</span>
|
|
627
|
+
109: <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">add</span> <span class="ruby-identifier">a</span>
|
|
628
|
+
110:
|
|
629
|
+
111: <span class="ruby-identifier">a</span>.<span class="ruby-identifier">instance_eval</span> <span class="ruby-operator">&</span><span class="ruby-identifier">block</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">block</span>
|
|
630
|
+
112:
|
|
631
|
+
113: <span class="ruby-identifier">a</span>
|
|
632
|
+
114: <span class="ruby-keyword kw">end</span>
|
|
633
|
+
</pre>
|
|
634
|
+
</div>
|
|
635
|
+
</div>
|
|
636
|
+
</div>
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
</div>
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
</div>
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
<div id="validator-badges">
|
|
646
|
+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
|
647
|
+
</div>
|
|
648
|
+
|
|
649
|
+
</body>
|
|
650
|
+
</html>
|