From abfdf96ae92bf9808f5d2c166e6dd09531e0059f Mon Sep 17 00:00:00 2001 From: thefliik Date: Fri, 24 Aug 2018 19:39:04 -0700 Subject: [PATCH 1/2] Update README with RDATE support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0bfeb9e..be2c6e7d 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ the schedule's start_time. Schedule start times are supported as: ice_cube implements its own hash-based .to_yaml, so you can quickly (and safely) serialize schedule objects in and out of your data store -It also supports partial serialization to/from `ICAL`. `RDATE` are not supported yet. +It also supports serialization to/from `ICAL`. ``` ruby yaml = schedule.to_yaml From 07563dca5da157ea7673cb016bb204f3afaaeaa2 Mon Sep 17 00:00:00 2001 From: thefliik Date: Fri, 24 Aug 2018 21:15:17 -0700 Subject: [PATCH 2/2] Add note about lack of ical timezone parsing support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be2c6e7d..b591ef73 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ the schedule's start_time. Schedule start times are supported as: ice_cube implements its own hash-based .to_yaml, so you can quickly (and safely) serialize schedule objects in and out of your data store -It also supports serialization to/from `ICAL`. +It also supports partial serialization to/from `ICAL`. Parsing datetimes with time zone information is not currently supported. ``` ruby yaml = schedule.to_yaml