icalendar 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +3 -0
- data/Manifest.txt +61 -0
- data/PostInstall.txt +5 -0
- data/{README → README.rdoc} +4 -0
- data/Rakefile +28 -133
- data/config/website.yml +2 -0
- data/icalendar.gemspec +55 -0
- data/lib/icalendar/base.rb +2 -0
- data/lib/icalendar/component.rb +9 -7
- data/script/console +10 -0
- data/script/destroy +14 -0
- data/script/generate +14 -0
- data/script/recur1.ics +38 -0
- data/script/tryit.rb +13 -0
- data/script/txt2html +71 -0
- data/test.ical +33 -0
- data/test.ics +33 -0
- data/test.rb +48 -0
- data/test/component/{event_test.rb → test_event.rb} +0 -0
- data/test/component/{timezone_test.rb → test_timezone.rb} +1 -1
- data/test/component/{todo_test.rb → test_todo.rb} +0 -0
- data/test/fixtures/folding.ics +7 -7
- data/test/{calendar_test.rb → test_calendar.rb} +1 -4
- data/test/{component_test.rb → test_component.rb} +0 -0
- data/test/{conversions_test.rb → test_conversions.rb} +8 -8
- data/test/test_helper.rb +3 -0
- data/test/{parameter_test.rb → test_parameter.rb} +4 -0
- data/test/{parser_test.rb → test_parser.rb} +0 -0
- data/test2.rb +28 -0
- data/website/index.html +11 -0
- data/website/index.txt +79 -0
- data/website/javascripts/rounded_corners_lite.inc.js +285 -0
- data/website/stylesheets/screen.css +159 -0
- data/website/template.html.erb +50 -0
- metadata +135 -135
- data/docs/api/classes/Array.html +0 -155
- data/docs/api/classes/Bignum.html +0 -148
- data/docs/api/classes/Date.html +0 -172
- data/docs/api/classes/DateTime.html +0 -200
- data/docs/api/classes/Fixnum.html +0 -148
- data/docs/api/classes/Float.html +0 -148
- data/docs/api/classes/HashAttrs.html +0 -212
- data/docs/api/classes/Icalendar/Alarm.html +0 -228
- data/docs/api/classes/Icalendar/Base.html +0 -179
- data/docs/api/classes/Icalendar/Calendar.html +0 -504
- data/docs/api/classes/Icalendar/Component.html +0 -853
- data/docs/api/classes/Icalendar/DateProp.html +0 -187
- data/docs/api/classes/Icalendar/DateProp/ClassMethods.html +0 -195
- data/docs/api/classes/Icalendar/Daylight.html +0 -156
- data/docs/api/classes/Icalendar/Event.html +0 -671
- data/docs/api/classes/Icalendar/Freebusy.html +0 -266
- data/docs/api/classes/Icalendar/Geo.html +0 -211
- data/docs/api/classes/Icalendar/InvalidPropertyValue.html +0 -117
- data/docs/api/classes/Icalendar/Journal.html +0 -443
- data/docs/api/classes/Icalendar/Parameter.html +0 -166
- data/docs/api/classes/Icalendar/Parser.html +0 -352
- data/docs/api/classes/Icalendar/RRule.html +0 -428
- data/docs/api/classes/Icalendar/RRule/Weekday.html +0 -199
- data/docs/api/classes/Icalendar/Standard.html +0 -156
- data/docs/api/classes/Icalendar/Timezone.html +0 -450
- data/docs/api/classes/Icalendar/Todo.html +0 -480
- data/docs/api/classes/Icalendar/TzidSupport.html +0 -118
- data/docs/api/classes/Icalendar/UnknownComponentClass.html +0 -117
- data/docs/api/classes/Icalendar/UnknownPropertyMethod.html +0 -117
- data/docs/api/classes/Object.html +0 -272
- data/docs/api/classes/String.html +0 -148
- data/docs/api/classes/TZInfo.html +0 -119
- data/docs/api/classes/TZInfo/Timezone.html +0 -153
- data/docs/api/classes/TZInfo/TimezonePeriod.html +0 -200
- data/docs/api/classes/TZInfo/TimezoneTransitionInfo.html +0 -229
- data/docs/api/classes/Time.html +0 -180
- data/docs/api/classes/URI.html +0 -111
- data/docs/api/classes/URI/Generic.html +0 -148
- data/docs/api/created.rid +0 -1
- data/docs/api/files/COPYING.html +0 -163
- data/docs/api/files/GPL.html +0 -531
- data/docs/api/files/README.html +0 -401
- data/docs/api/files/lib/hash_attrs_rb.html +0 -107
- data/docs/api/files/lib/icalendar/base_rb.html +0 -108
- data/docs/api/files/lib/icalendar/calendar_rb.html +0 -101
- data/docs/api/files/lib/icalendar/component/alarm_rb.html +0 -101
- data/docs/api/files/lib/icalendar/component/event_rb.html +0 -101
- data/docs/api/files/lib/icalendar/component/freebusy_rb.html +0 -101
- data/docs/api/files/lib/icalendar/component/journal_rb.html +0 -101
- data/docs/api/files/lib/icalendar/component/timezone_rb.html +0 -101
- data/docs/api/files/lib/icalendar/component/todo_rb.html +0 -101
- data/docs/api/files/lib/icalendar/component_rb.html +0 -108
- data/docs/api/files/lib/icalendar/conversions_rb.html +0 -109
- data/docs/api/files/lib/icalendar/helpers_rb.html +0 -101
- data/docs/api/files/lib/icalendar/parameter_rb.html +0 -101
- data/docs/api/files/lib/icalendar/parser_rb.html +0 -110
- data/docs/api/files/lib/icalendar/rrule_rb.html +0 -110
- data/docs/api/files/lib/icalendar/tzinfo_rb.html +0 -101
- data/docs/api/files/lib/icalendar_rb.html +0 -121
- data/docs/api/files/lib/meta_rb.html +0 -107
- data/docs/api/fr_class_index.html +0 -64
- data/docs/api/fr_file_index.html +0 -47
- data/docs/api/fr_method_index.html +0 -123
- data/docs/api/index.html +0 -24
- data/docs/api/rdoc-style.css +0 -208
- data/docs/rfcs/itip_notes.txt +0 -69
- data/docs/rfcs/rfc2425.pdf +0 -0
- data/docs/rfcs/rfc2426.pdf +0 -0
- data/docs/rfcs/rfc2445.pdf +0 -0
- data/docs/rfcs/rfc2446.pdf +0 -0
- data/docs/rfcs/rfc2447.pdf +0 -0
- data/docs/rfcs/rfc3283.txt +0 -738
- data/test/coverage/STUB +0 -0
- data/test/coverage/index.html +0 -272
- data/test/coverage/lib-hash_attrs_rb.html +0 -235
- data/test/coverage/lib-icalendar-base_rb.html +0 -249
- data/test/coverage/lib-icalendar-calendar_rb.html +0 -324
- data/test/coverage/lib-icalendar-component-alarm_rb.html +0 -250
- data/test/coverage/lib-icalendar-component-event_rb.html +0 -353
- data/test/coverage/lib-icalendar-component-freebusy_rb.html +0 -245
- data/test/coverage/lib-icalendar-component-journal_rb.html +0 -278
- data/test/coverage/lib-icalendar-component-timezone_rb.html +0 -326
- data/test/coverage/lib-icalendar-component-todo_rb.html +0 -277
- data/test/coverage/lib-icalendar-component_rb.html +0 -733
- data/test/coverage/lib-icalendar-conversions_rb.html +0 -358
- data/test/coverage/lib-icalendar-parser_rb.html +0 -671
- data/test/coverage/lib-icalendar-rrule_rb.html +0 -357
- data/test/coverage/lib-icalendar_rb.html +0 -243
- data/test/coverage/lib-meta_rb.html +0 -234
@@ -1,117 +0,0 @@
|
|
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::InvalidPropertyValue</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::InvalidPropertyValue</td>
|
54
|
-
</tr>
|
55
|
-
<tr class="top-aligned-row">
|
56
|
-
<td><strong>In:</strong></td>
|
57
|
-
<td>
|
58
|
-
<a href="../../files/lib/icalendar/base_rb.html">
|
59
|
-
lib/icalendar/base.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
|
-
IcalendarError
|
69
|
-
</td>
|
70
|
-
</tr>
|
71
|
-
</table>
|
72
|
-
</div>
|
73
|
-
<!-- banner header -->
|
74
|
-
|
75
|
-
<div id="bodyContent">
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
<div id="contextContent">
|
80
|
-
|
81
|
-
<div id="description">
|
82
|
-
<p>
|
83
|
-
Exception used when the library encounters a bogus property value.
|
84
|
-
</p>
|
85
|
-
|
86
|
-
</div>
|
87
|
-
|
88
|
-
|
89
|
-
</div>
|
90
|
-
|
91
|
-
|
92
|
-
</div>
|
93
|
-
|
94
|
-
|
95
|
-
<!-- if includes -->
|
96
|
-
|
97
|
-
<div id="section">
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
<!-- if method_list -->
|
107
|
-
|
108
|
-
|
109
|
-
</div>
|
110
|
-
|
111
|
-
|
112
|
-
<div id="validator-badges">
|
113
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
114
|
-
</div>
|
115
|
-
|
116
|
-
</body>
|
117
|
-
</html>
|
@@ -1,443 +0,0 @@
|
|
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::Journal</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::Journal</td>
|
54
|
-
</tr>
|
55
|
-
<tr class="top-aligned-row">
|
56
|
-
<td><strong>In:</strong></td>
|
57
|
-
<td>
|
58
|
-
<a href="../../files/lib/icalendar/component/journal_rb.html">
|
59
|
-
lib/icalendar/component/journal.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="Journal.html">Journal</a> calendar component is a grouping of
|
86
|
-
component properties that represent one or more descriptive text notes
|
87
|
-
associated with a particular calendar date. The "DTSTART"
|
88
|
-
property is used to specify the calendar date that the journal entry is
|
89
|
-
associated with. Generally, it will have a DATE value data type, but it can
|
90
|
-
also be used to specify a DATE-TIME value data type. Examples of a journal
|
91
|
-
entry include a daily record of a legislative body or a journal entry of
|
92
|
-
individual telephone contacts for the day or an ordered list of
|
93
|
-
accomplishments for the day. The <a href="Journal.html">Journal</a>
|
94
|
-
calendar component can also be used to associate a document with a calendar
|
95
|
-
date.
|
96
|
-
</p>
|
97
|
-
|
98
|
-
</div>
|
99
|
-
|
100
|
-
|
101
|
-
</div>
|
102
|
-
|
103
|
-
<div id="method-list">
|
104
|
-
<h3 class="section-bar">Methods</h3>
|
105
|
-
|
106
|
-
<div class="name-list">
|
107
|
-
<a href="#M000097">new</a>
|
108
|
-
</div>
|
109
|
-
</div>
|
110
|
-
|
111
|
-
</div>
|
112
|
-
|
113
|
-
|
114
|
-
<!-- if includes -->
|
115
|
-
|
116
|
-
<div id="section">
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
<div id="attribute-list">
|
123
|
-
<h3 class="section-bar">Attributes</h3>
|
124
|
-
|
125
|
-
<div class="name-list">
|
126
|
-
<table>
|
127
|
-
<tr class="top-aligned-row context-row">
|
128
|
-
<td class="context-item-name">attach</td>
|
129
|
-
<td class="context-item-value"> </td>
|
130
|
-
<td class="context-item-desc">
|
131
|
-
Multi-properties
|
132
|
-
|
133
|
-
</td>
|
134
|
-
</tr>
|
135
|
-
<tr class="top-aligned-row context-row">
|
136
|
-
<td class="context-item-name">attachment</td>
|
137
|
-
<td class="context-item-value"> </td>
|
138
|
-
<td class="context-item-desc">
|
139
|
-
Multi-properties
|
140
|
-
|
141
|
-
</td>
|
142
|
-
</tr>
|
143
|
-
<tr class="top-aligned-row context-row">
|
144
|
-
<td class="context-item-name">attachments</td>
|
145
|
-
<td class="context-item-value"> </td>
|
146
|
-
<td class="context-item-desc">
|
147
|
-
Multi-properties
|
148
|
-
|
149
|
-
</td>
|
150
|
-
</tr>
|
151
|
-
<tr class="top-aligned-row context-row">
|
152
|
-
<td class="context-item-name">categories</td>
|
153
|
-
<td class="context-item-value"> </td>
|
154
|
-
<td class="context-item-desc"></td>
|
155
|
-
</tr>
|
156
|
-
<tr class="top-aligned-row context-row">
|
157
|
-
<td class="context-item-name">categories</td>
|
158
|
-
<td class="context-item-value"> </td>
|
159
|
-
<td class="context-item-desc"></td>
|
160
|
-
</tr>
|
161
|
-
<tr class="top-aligned-row context-row">
|
162
|
-
<td class="context-item-name">category</td>
|
163
|
-
<td class="context-item-value"> </td>
|
164
|
-
<td class="context-item-desc"></td>
|
165
|
-
</tr>
|
166
|
-
<tr class="top-aligned-row context-row">
|
167
|
-
<td class="context-item-name">comment</td>
|
168
|
-
<td class="context-item-value"> </td>
|
169
|
-
<td class="context-item-desc"></td>
|
170
|
-
</tr>
|
171
|
-
<tr class="top-aligned-row context-row">
|
172
|
-
<td class="context-item-name">comment</td>
|
173
|
-
<td class="context-item-value"> </td>
|
174
|
-
<td class="context-item-desc"></td>
|
175
|
-
</tr>
|
176
|
-
<tr class="top-aligned-row context-row">
|
177
|
-
<td class="context-item-name">comments</td>
|
178
|
-
<td class="context-item-value"> </td>
|
179
|
-
<td class="context-item-desc"></td>
|
180
|
-
</tr>
|
181
|
-
<tr class="top-aligned-row context-row">
|
182
|
-
<td class="context-item-name">contact</td>
|
183
|
-
<td class="context-item-value"> </td>
|
184
|
-
<td class="context-item-desc"></td>
|
185
|
-
</tr>
|
186
|
-
<tr class="top-aligned-row context-row">
|
187
|
-
<td class="context-item-name">contact</td>
|
188
|
-
<td class="context-item-value"> </td>
|
189
|
-
<td class="context-item-desc"></td>
|
190
|
-
</tr>
|
191
|
-
<tr class="top-aligned-row context-row">
|
192
|
-
<td class="context-item-name">contacts</td>
|
193
|
-
<td class="context-item-value"> </td>
|
194
|
-
<td class="context-item-desc"></td>
|
195
|
-
</tr>
|
196
|
-
<tr class="top-aligned-row context-row">
|
197
|
-
<td class="context-item-name">created</td>
|
198
|
-
<td class="context-item-value"> </td>
|
199
|
-
<td class="context-item-desc"></td>
|
200
|
-
</tr>
|
201
|
-
<tr class="top-aligned-row context-row">
|
202
|
-
<td class="context-item-name">description</td>
|
203
|
-
<td class="context-item-value"> </td>
|
204
|
-
<td class="context-item-desc"></td>
|
205
|
-
</tr>
|
206
|
-
<tr class="top-aligned-row context-row">
|
207
|
-
<td class="context-item-name">dtstamp</td>
|
208
|
-
<td class="context-item-value"> </td>
|
209
|
-
<td class="context-item-desc"></td>
|
210
|
-
</tr>
|
211
|
-
<tr class="top-aligned-row context-row">
|
212
|
-
<td class="context-item-name">dtstart</td>
|
213
|
-
<td class="context-item-value"> </td>
|
214
|
-
<td class="context-item-desc"></td>
|
215
|
-
</tr>
|
216
|
-
<tr class="top-aligned-row context-row">
|
217
|
-
<td class="context-item-name">exception_date</td>
|
218
|
-
<td class="context-item-value"> </td>
|
219
|
-
<td class="context-item-desc"></td>
|
220
|
-
</tr>
|
221
|
-
<tr class="top-aligned-row context-row">
|
222
|
-
<td class="context-item-name">exception_dates</td>
|
223
|
-
<td class="context-item-value"> </td>
|
224
|
-
<td class="context-item-desc"></td>
|
225
|
-
</tr>
|
226
|
-
<tr class="top-aligned-row context-row">
|
227
|
-
<td class="context-item-name">exception_rule</td>
|
228
|
-
<td class="context-item-value"> </td>
|
229
|
-
<td class="context-item-desc"></td>
|
230
|
-
</tr>
|
231
|
-
<tr class="top-aligned-row context-row">
|
232
|
-
<td class="context-item-name">exception_rules</td>
|
233
|
-
<td class="context-item-value"> </td>
|
234
|
-
<td class="context-item-desc"></td>
|
235
|
-
</tr>
|
236
|
-
<tr class="top-aligned-row context-row">
|
237
|
-
<td class="context-item-name">exdate</td>
|
238
|
-
<td class="context-item-value"> </td>
|
239
|
-
<td class="context-item-desc"></td>
|
240
|
-
</tr>
|
241
|
-
<tr class="top-aligned-row context-row">
|
242
|
-
<td class="context-item-name">exrule</td>
|
243
|
-
<td class="context-item-value"> </td>
|
244
|
-
<td class="context-item-desc"></td>
|
245
|
-
</tr>
|
246
|
-
<tr class="top-aligned-row context-row">
|
247
|
-
<td class="context-item-name">ip_class</td>
|
248
|
-
<td class="context-item-value"> </td>
|
249
|
-
<td class="context-item-desc">
|
250
|
-
Single properties
|
251
|
-
|
252
|
-
</td>
|
253
|
-
</tr>
|
254
|
-
<tr class="top-aligned-row context-row">
|
255
|
-
<td class="context-item-name">last_modified</td>
|
256
|
-
<td class="context-item-value"> </td>
|
257
|
-
<td class="context-item-desc"></td>
|
258
|
-
</tr>
|
259
|
-
<tr class="top-aligned-row context-row">
|
260
|
-
<td class="context-item-name">organizer</td>
|
261
|
-
<td class="context-item-value"> </td>
|
262
|
-
<td class="context-item-desc"></td>
|
263
|
-
</tr>
|
264
|
-
<tr class="top-aligned-row context-row">
|
265
|
-
<td class="context-item-name">rdate</td>
|
266
|
-
<td class="context-item-value"> </td>
|
267
|
-
<td class="context-item-desc"></td>
|
268
|
-
</tr>
|
269
|
-
<tr class="top-aligned-row context-row">
|
270
|
-
<td class="context-item-name">recurid</td>
|
271
|
-
<td class="context-item-value"> </td>
|
272
|
-
<td class="context-item-desc"></td>
|
273
|
-
</tr>
|
274
|
-
<tr class="top-aligned-row context-row">
|
275
|
-
<td class="context-item-name">recurrence_date</td>
|
276
|
-
<td class="context-item-value"> </td>
|
277
|
-
<td class="context-item-desc"></td>
|
278
|
-
</tr>
|
279
|
-
<tr class="top-aligned-row context-row">
|
280
|
-
<td class="context-item-name">recurrence_dates</td>
|
281
|
-
<td class="context-item-value"> </td>
|
282
|
-
<td class="context-item-desc"></td>
|
283
|
-
</tr>
|
284
|
-
<tr class="top-aligned-row context-row">
|
285
|
-
<td class="context-item-name">recurrence_id</td>
|
286
|
-
<td class="context-item-value"> </td>
|
287
|
-
<td class="context-item-desc"></td>
|
288
|
-
</tr>
|
289
|
-
<tr class="top-aligned-row context-row">
|
290
|
-
<td class="context-item-name">recurrence_rule</td>
|
291
|
-
<td class="context-item-value"> </td>
|
292
|
-
<td class="context-item-desc"></td>
|
293
|
-
</tr>
|
294
|
-
<tr class="top-aligned-row context-row">
|
295
|
-
<td class="context-item-name">recurrence_rules</td>
|
296
|
-
<td class="context-item-value"> </td>
|
297
|
-
<td class="context-item-desc"></td>
|
298
|
-
</tr>
|
299
|
-
<tr class="top-aligned-row context-row">
|
300
|
-
<td class="context-item-name">related_to</td>
|
301
|
-
<td class="context-item-value"> </td>
|
302
|
-
<td class="context-item-desc"></td>
|
303
|
-
</tr>
|
304
|
-
<tr class="top-aligned-row context-row">
|
305
|
-
<td class="context-item-name">related_to</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">related_tos</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">request_status</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">request_statuses</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">resource</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">resources</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">resources</td>
|
336
|
-
<td class="context-item-value"> </td>
|
337
|
-
<td class="context-item-desc"></td>
|
338
|
-
</tr>
|
339
|
-
<tr class="top-aligned-row context-row">
|
340
|
-
<td class="context-item-name">rrule</td>
|
341
|
-
<td class="context-item-value"> </td>
|
342
|
-
<td class="context-item-desc"></td>
|
343
|
-
</tr>
|
344
|
-
<tr class="top-aligned-row context-row">
|
345
|
-
<td class="context-item-name">rstatus</td>
|
346
|
-
<td class="context-item-value"> </td>
|
347
|
-
<td class="context-item-desc"></td>
|
348
|
-
</tr>
|
349
|
-
<tr class="top-aligned-row context-row">
|
350
|
-
<td class="context-item-name">seq</td>
|
351
|
-
<td class="context-item-value"> </td>
|
352
|
-
<td class="context-item-desc"></td>
|
353
|
-
</tr>
|
354
|
-
<tr class="top-aligned-row context-row">
|
355
|
-
<td class="context-item-name">sequence</td>
|
356
|
-
<td class="context-item-value"> </td>
|
357
|
-
<td class="context-item-desc"></td>
|
358
|
-
</tr>
|
359
|
-
<tr class="top-aligned-row context-row">
|
360
|
-
<td class="context-item-name">start</td>
|
361
|
-
<td class="context-item-value"> </td>
|
362
|
-
<td class="context-item-desc"></td>
|
363
|
-
</tr>
|
364
|
-
<tr class="top-aligned-row context-row">
|
365
|
-
<td class="context-item-name">status</td>
|
366
|
-
<td class="context-item-value"> </td>
|
367
|
-
<td class="context-item-desc"></td>
|
368
|
-
</tr>
|
369
|
-
<tr class="top-aligned-row context-row">
|
370
|
-
<td class="context-item-name">summary</td>
|
371
|
-
<td class="context-item-value"> </td>
|
372
|
-
<td class="context-item-desc"></td>
|
373
|
-
</tr>
|
374
|
-
<tr class="top-aligned-row context-row">
|
375
|
-
<td class="context-item-name">timestamp</td>
|
376
|
-
<td class="context-item-value"> </td>
|
377
|
-
<td class="context-item-desc"></td>
|
378
|
-
</tr>
|
379
|
-
<tr class="top-aligned-row context-row">
|
380
|
-
<td class="context-item-name">uid</td>
|
381
|
-
<td class="context-item-value"> </td>
|
382
|
-
<td class="context-item-desc"></td>
|
383
|
-
</tr>
|
384
|
-
<tr class="top-aligned-row context-row">
|
385
|
-
<td class="context-item-name">url</td>
|
386
|
-
<td class="context-item-value"> </td>
|
387
|
-
<td class="context-item-desc"></td>
|
388
|
-
</tr>
|
389
|
-
<tr class="top-aligned-row context-row">
|
390
|
-
<td class="context-item-name">user_id</td>
|
391
|
-
<td class="context-item-value"> </td>
|
392
|
-
<td class="context-item-desc"></td>
|
393
|
-
</tr>
|
394
|
-
</table>
|
395
|
-
</div>
|
396
|
-
</div>
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
<!-- if method_list -->
|
401
|
-
<div id="methods">
|
402
|
-
<h3 class="section-bar">Public Class methods</h3>
|
403
|
-
|
404
|
-
<div id="method-M000097" class="method-detail">
|
405
|
-
<a name="M000097"></a>
|
406
|
-
|
407
|
-
<div class="method-heading">
|
408
|
-
<a href="#M000097" class="method-signature">
|
409
|
-
<span class="method-name">new</span><span class="method-args">()</span>
|
410
|
-
</a>
|
411
|
-
</div>
|
412
|
-
|
413
|
-
<div class="method-description">
|
414
|
-
<p><a class="source-toggle" href="#"
|
415
|
-
onclick="toggleCode('M000097-source');return false;">[Source]</a></p>
|
416
|
-
<div class="method-source-code" id="M000097-source">
|
417
|
-
<pre>
|
418
|
-
<span class="ruby-comment cmt"># File lib/icalendar/component/journal.rb, line 51</span>
|
419
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>()
|
420
|
-
<span class="ruby-keyword kw">super</span>(<span class="ruby-value str">"VJOURNAL"</span>)
|
421
|
-
|
422
|
-
<span class="ruby-identifier">sequence</span> <span class="ruby-value">0</span>
|
423
|
-
<span class="ruby-identifier">timestamp</span> <span class="ruby-constant">DateTime</span>.<span class="ruby-identifier">now</span>
|
424
|
-
<span class="ruby-identifier">uid</span> <span class="ruby-identifier">new_uid</span>
|
425
|
-
<span class="ruby-keyword kw">end</span>
|
426
|
-
</pre>
|
427
|
-
</div>
|
428
|
-
</div>
|
429
|
-
</div>
|
430
|
-
|
431
|
-
|
432
|
-
</div>
|
433
|
-
|
434
|
-
|
435
|
-
</div>
|
436
|
-
|
437
|
-
|
438
|
-
<div id="validator-badges">
|
439
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
440
|
-
</div>
|
441
|
-
|
442
|
-
</body>
|
443
|
-
</html>
|