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
metadata
CHANGED
@@ -1,166 +1,158 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: icalendar
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sean Dague
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-
|
12
|
+
date: 2010-03-10 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
|
-
dependencies:
|
15
|
-
|
16
|
-
|
17
|
-
|
14
|
+
dependencies:
|
15
|
+
- !ruby/object:Gem::Dependency
|
16
|
+
name: rubyforge
|
17
|
+
type: :development
|
18
|
+
version_requirement:
|
19
|
+
version_requirements: !ruby/object:Gem::Requirement
|
20
|
+
requirements:
|
21
|
+
- - ">="
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: 2.0.3
|
24
|
+
version:
|
25
|
+
- !ruby/object:Gem::Dependency
|
26
|
+
name: gemcutter
|
27
|
+
type: :development
|
28
|
+
version_requirement:
|
29
|
+
version_requirements: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: 0.3.0
|
34
|
+
version:
|
35
|
+
- !ruby/object:Gem::Dependency
|
36
|
+
name: hoe
|
37
|
+
type: :development
|
38
|
+
version_requirement:
|
39
|
+
version_requirements: !ruby/object:Gem::Requirement
|
40
|
+
requirements:
|
41
|
+
- - ">="
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
version: 2.5.0
|
44
|
+
version:
|
45
|
+
description: |-
|
46
|
+
This is a Ruby library for dealing with iCalendar files. Rather than
|
47
|
+
explaining myself, here is the introduction from RFC-2445, which
|
48
|
+
defines the format:
|
49
|
+
|
50
|
+
The use of calendaring and scheduling has grown considerably in the
|
51
|
+
last decade. Enterprise and inter-enterprise business has become
|
52
|
+
dependent on rapid scheduling of events and actions using this
|
53
|
+
information technology. However, the longer term growth of calendaring
|
54
|
+
and scheduling, is currently limited by the lack of Internet standards
|
55
|
+
for the message content types that are central to these knowledgeware
|
56
|
+
applications. This memo is intended to progress the level of
|
57
|
+
interoperability possible between dissimilar calendaring and
|
58
|
+
scheduling applications. This memo defines a MIME content type for
|
59
|
+
exchanging electronic calendaring and scheduling information. The
|
60
|
+
Internet Calendaring and Scheduling Core Object Specification, or
|
61
|
+
iCalendar, allows for the capture and exchange of information normally
|
62
|
+
stored within a calendaring and scheduling application; such as a
|
63
|
+
Personal Information Manager (PIM) or a Group Scheduling product.
|
64
|
+
|
65
|
+
The iCalendar format is suitable as an exchange format between
|
66
|
+
applications or systems. The format is defined in terms of a MIME
|
67
|
+
content type. This will enable the object to be exchanged using
|
68
|
+
several transports, including but not limited to SMTP, HTTP, a file
|
69
|
+
system, desktop interactive protocols such as the use of a memory-
|
70
|
+
based clipboard or drag/drop interactions, point-to-point asynchronous
|
71
|
+
communication, wired-network transport, or some form of unwired
|
72
|
+
transport such as infrared might also be used.
|
73
|
+
|
74
|
+
Now for some examples:
|
75
|
+
email:
|
76
|
+
- sean@dague.net
|
18
77
|
executables: []
|
19
78
|
|
20
79
|
extensions: []
|
21
80
|
|
22
81
|
extra_rdoc_files:
|
23
|
-
-
|
82
|
+
- History.txt
|
83
|
+
- Manifest.txt
|
84
|
+
- PostInstall.txt
|
85
|
+
- website/index.txt
|
86
|
+
files:
|
24
87
|
- COPYING
|
25
88
|
- GPL
|
26
|
-
|
27
|
-
-
|
28
|
-
-
|
29
|
-
-
|
30
|
-
-
|
31
|
-
-
|
32
|
-
-
|
33
|
-
-
|
34
|
-
-
|
35
|
-
-
|
36
|
-
- test/coverage/lib-icalendar-component-freebusy_rb.html
|
37
|
-
- test/coverage/index.html
|
38
|
-
- test/coverage/lib-icalendar-calendar_rb.html
|
39
|
-
- test/coverage/lib-icalendar-conversions_rb.html
|
40
|
-
- test/coverage/lib-icalendar-component-alarm_rb.html
|
41
|
-
- test/coverage/lib-hash_attrs_rb.html
|
42
|
-
- test/coverage/lib-icalendar-component-timezone_rb.html
|
43
|
-
- test/coverage/lib-icalendar-component-event_rb.html
|
44
|
-
- test/coverage/STUB
|
45
|
-
- test/interactive.rb
|
46
|
-
- test/conversions_test.rb
|
47
|
-
- test/calendar_test.rb
|
48
|
-
- test/fixtures/simplecal.ics
|
49
|
-
- test/fixtures/single_event.ics
|
50
|
-
- test/fixtures/life.ics
|
51
|
-
- test/fixtures/folding.ics
|
52
|
-
- test/component/todo_test.rb
|
53
|
-
- test/component/timezone_test.rb
|
54
|
-
- test/component/event_test.rb
|
55
|
-
- test/read_write.rb
|
56
|
-
- test/component_test.rb
|
57
|
-
- test/parameter_test.rb
|
58
|
-
- lib/icalendar.rb
|
89
|
+
- History.txt
|
90
|
+
- Manifest.txt
|
91
|
+
- PostInstall.txt
|
92
|
+
- README.rdoc
|
93
|
+
- Rakefile
|
94
|
+
- config/website.yml
|
95
|
+
- examples/create_cal.rb
|
96
|
+
- examples/parse_cal.rb
|
97
|
+
- examples/single_event.ics
|
98
|
+
- icalendar.gemspec
|
59
99
|
- lib/hash_attrs.rb
|
100
|
+
- lib/icalendar.rb
|
101
|
+
- lib/icalendar/base.rb
|
60
102
|
- lib/icalendar/calendar.rb
|
61
|
-
- lib/icalendar/component
|
103
|
+
- lib/icalendar/component.rb
|
104
|
+
- lib/icalendar/component/alarm.rb
|
62
105
|
- lib/icalendar/component/event.rb
|
63
106
|
- lib/icalendar/component/freebusy.rb
|
64
|
-
- lib/icalendar/component/
|
65
|
-
- lib/icalendar/component/todo.rb
|
107
|
+
- lib/icalendar/component/journal.rb
|
66
108
|
- lib/icalendar/component/timezone.rb
|
109
|
+
- lib/icalendar/component/todo.rb
|
67
110
|
- lib/icalendar/conversions.rb
|
68
|
-
- lib/icalendar/parser.rb
|
69
111
|
- lib/icalendar/conversions.rb.orig
|
70
|
-
- lib/icalendar/component.rb
|
71
|
-
- lib/icalendar/tzinfo.rb
|
72
112
|
- lib/icalendar/helpers.rb
|
73
|
-
- lib/icalendar/rrule.rb
|
74
|
-
- lib/icalendar/base.rb
|
75
113
|
- lib/icalendar/parameter.rb
|
114
|
+
- lib/icalendar/parser.rb
|
115
|
+
- lib/icalendar/rrule.rb
|
116
|
+
- lib/icalendar/tzinfo.rb
|
76
117
|
- lib/meta.rb
|
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
|
-
- docs/api/classes/Icalendar/Calendar.html
|
108
|
-
- docs/api/classes/Icalendar/TzidSupport.html
|
109
|
-
- docs/api/classes/Icalendar/Alarm.html
|
110
|
-
- docs/api/classes/Icalendar/Parameter.html
|
111
|
-
- docs/api/classes/Icalendar/DateProp.html
|
112
|
-
- docs/api/classes/Icalendar/InvalidPropertyValue.html
|
113
|
-
- docs/api/classes/Icalendar/RRule.html
|
114
|
-
- docs/api/classes/Icalendar/Daylight.html
|
115
|
-
- docs/api/classes/Icalendar/Journal.html
|
116
|
-
- docs/api/classes/Icalendar/Standard.html
|
117
|
-
- docs/api/classes/Icalendar/Todo.html
|
118
|
-
- docs/api/classes/Icalendar/UnknownComponentClass.html
|
119
|
-
- docs/api/classes/Icalendar/Event.html
|
120
|
-
- docs/api/classes/Icalendar/DateProp/ClassMethods.html
|
121
|
-
- docs/api/classes/Icalendar/Base.html
|
122
|
-
- docs/api/classes/Icalendar/Component.html
|
123
|
-
- docs/api/classes/Icalendar/RRule/Weekday.html
|
124
|
-
- docs/api/classes/Icalendar/Freebusy.html
|
125
|
-
- docs/api/classes/Icalendar/Timezone.html
|
126
|
-
- docs/api/classes/Icalendar/Geo.html
|
127
|
-
- docs/api/classes/Icalendar/UnknownPropertyMethod.html
|
128
|
-
- docs/api/classes/Icalendar/Parser.html
|
129
|
-
- docs/api/classes/Bignum.html
|
130
|
-
- docs/api/classes/Date.html
|
131
|
-
- docs/api/classes/Array.html
|
132
|
-
- docs/api/classes/Fixnum.html
|
133
|
-
- docs/api/classes/String.html
|
134
|
-
- docs/api/classes/Object.html
|
135
|
-
- docs/api/classes/TZInfo/TimezonePeriod.html
|
136
|
-
- docs/api/classes/TZInfo/Timezone.html
|
137
|
-
- docs/api/classes/TZInfo/TimezoneTransitionInfo.html
|
138
|
-
- docs/api/classes/TZInfo.html
|
139
|
-
- docs/api/classes/HashAttrs.html
|
140
|
-
- docs/api/rdoc-style.css
|
141
|
-
- docs/api/fr_file_index.html
|
142
|
-
- docs/rfcs/rfc2426.pdf
|
143
|
-
- docs/rfcs/rfc2445.pdf
|
144
|
-
- docs/rfcs/rfc3283.txt
|
145
|
-
- docs/rfcs/itip_notes.txt
|
146
|
-
- docs/rfcs/rfc2425.pdf
|
147
|
-
- docs/rfcs/rfc2447.pdf
|
148
|
-
- docs/rfcs/rfc2446.pdf
|
149
|
-
- examples/parse_cal.rb
|
150
|
-
- examples/single_event.ics
|
151
|
-
- examples/create_cal.rb
|
152
|
-
- Rakefile
|
153
|
-
- README
|
154
|
-
- COPYING
|
155
|
-
- GPL
|
118
|
+
- script/console
|
119
|
+
- script/destroy
|
120
|
+
- script/generate
|
121
|
+
- script/recur1.ics
|
122
|
+
- script/tryit.rb
|
123
|
+
- script/txt2html
|
124
|
+
- test.ical
|
125
|
+
- test.ics
|
126
|
+
- test.rb
|
127
|
+
- test/component/test_event.rb
|
128
|
+
- test/component/test_timezone.rb
|
129
|
+
- test/component/test_todo.rb
|
130
|
+
- test/fixtures/folding.ics
|
131
|
+
- test/fixtures/life.ics
|
132
|
+
- test/fixtures/simplecal.ics
|
133
|
+
- test/fixtures/single_event.ics
|
134
|
+
- test/interactive.rb
|
135
|
+
- test/read_write.rb
|
136
|
+
- test/test_calendar.rb
|
137
|
+
- test/test_component.rb
|
138
|
+
- test/test_conversions.rb
|
139
|
+
- test/test_helper.rb
|
140
|
+
- test/test_parameter.rb
|
141
|
+
- test/test_parser.rb
|
142
|
+
- test2.rb
|
143
|
+
- website/index.html
|
144
|
+
- website/index.txt
|
145
|
+
- website/javascripts/rounded_corners_lite.inc.js
|
146
|
+
- website/stylesheets/screen.css
|
147
|
+
- website/template.html.erb
|
156
148
|
has_rdoc: true
|
157
|
-
homepage: http://
|
149
|
+
homepage: http://github.com/sdague/icalendar
|
158
150
|
licenses: []
|
159
151
|
|
160
|
-
post_install_message:
|
152
|
+
post_install_message: PostInstall.txt
|
161
153
|
rdoc_options:
|
162
154
|
- --main
|
163
|
-
- README
|
155
|
+
- README.rdoc
|
164
156
|
require_paths:
|
165
157
|
- lib
|
166
158
|
required_ruby_version: !ruby/object:Gem::Requirement
|
@@ -177,10 +169,18 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
177
169
|
version:
|
178
170
|
requirements: []
|
179
171
|
|
180
|
-
rubyforge_project:
|
172
|
+
rubyforge_project: icalendar
|
181
173
|
rubygems_version: 1.3.5
|
182
174
|
signing_key:
|
183
175
|
specification_version: 3
|
184
|
-
summary:
|
185
|
-
test_files:
|
186
|
-
|
176
|
+
summary: This is a Ruby library for dealing with iCalendar files
|
177
|
+
test_files:
|
178
|
+
- test/test_parameter.rb
|
179
|
+
- test/test_conversions.rb
|
180
|
+
- test/test_parser.rb
|
181
|
+
- test/component/test_todo.rb
|
182
|
+
- test/component/test_timezone.rb
|
183
|
+
- test/component/test_event.rb
|
184
|
+
- test/test_helper.rb
|
185
|
+
- test/test_calendar.rb
|
186
|
+
- test/test_component.rb
|
data/docs/api/classes/Array.html
DELETED
@@ -1,155 +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: Array</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">Array</td>
|
54
|
-
</tr>
|
55
|
-
<tr class="top-aligned-row">
|
56
|
-
<td><strong>In:</strong></td>
|
57
|
-
<td>
|
58
|
-
<a href="../files/lib/icalendar/conversions_rb.html">
|
59
|
-
lib/icalendar/conversions.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="Object.html">
|
69
|
-
Object
|
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
|
-
From the spec: "Values in a list of values MUST be separated by a
|
86
|
-
COMMA character (US-ASCII decimal 44)."
|
87
|
-
</p>
|
88
|
-
|
89
|
-
</div>
|
90
|
-
|
91
|
-
|
92
|
-
</div>
|
93
|
-
|
94
|
-
<div id="method-list">
|
95
|
-
<h3 class="section-bar">Methods</h3>
|
96
|
-
|
97
|
-
<div class="name-list">
|
98
|
-
<a href="#M000007">to_ical</a>
|
99
|
-
</div>
|
100
|
-
</div>
|
101
|
-
|
102
|
-
</div>
|
103
|
-
|
104
|
-
|
105
|
-
<!-- if includes -->
|
106
|
-
|
107
|
-
<div id="section">
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
<!-- if method_list -->
|
117
|
-
<div id="methods">
|
118
|
-
<h3 class="section-bar">Public Instance methods</h3>
|
119
|
-
|
120
|
-
<div id="method-M000007" class="method-detail">
|
121
|
-
<a name="M000007"></a>
|
122
|
-
|
123
|
-
<div class="method-heading">
|
124
|
-
<a href="#M000007" class="method-signature">
|
125
|
-
<span class="method-name">to_ical</span><span class="method-args">()</span>
|
126
|
-
</a>
|
127
|
-
</div>
|
128
|
-
|
129
|
-
<div class="method-description">
|
130
|
-
<p><a class="source-toggle" href="#"
|
131
|
-
onclick="toggleCode('M000007-source');return false;">[Source]</a></p>
|
132
|
-
<div class="method-source-code" id="M000007-source">
|
133
|
-
<pre>
|
134
|
-
<span class="ruby-comment cmt"># File lib/icalendar/conversions.rb, line 54</span>
|
135
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_ical</span>
|
136
|
-
<span class="ruby-identifier">map</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">elem</span><span class="ruby-operator">|</span> <span class="ruby-identifier">elem</span>.<span class="ruby-identifier">to_ical</span>}.<span class="ruby-identifier">join</span> <span class="ruby-value str">','</span>
|
137
|
-
<span class="ruby-keyword kw">end</span>
|
138
|
-
</pre>
|
139
|
-
</div>
|
140
|
-
</div>
|
141
|
-
</div>
|
142
|
-
|
143
|
-
|
144
|
-
</div>
|
145
|
-
|
146
|
-
|
147
|
-
</div>
|
148
|
-
|
149
|
-
|
150
|
-
<div id="validator-badges">
|
151
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
152
|
-
</div>
|
153
|
-
|
154
|
-
</body>
|
155
|
-
</html>
|