Skip to content

Commit d6f873a

Browse files
author
Thomas
committed
Add comment for ical parsing
See ice-cube-ruby#305
1 parent 9959877 commit d6f873a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ the schedule's start_time. Schedule start times are supported as:
133133
ice_cube implements its own hash-based .to_yaml, so you can quickly (and
134134
safely) serialize schedule objects in and out of your data store
135135

136-
It also supports serialization to/from `ICAL`.
136+
It also supports partial serialization to/from `ICAL`. `RDATE` are not supported yet.
137137

138138
``` ruby
139139
yaml = schedule.to_yaml

0 commit comments

Comments
 (0)