Hi Andy from Australia here. I''m using the most recent RubyGems version of Icalendar. I''ve been having some trouble with the semi-colons in my recurrence rules being escaped. Is there any way to specify that a property shouldn''t have semi-colons escaped. I''m using # I''ve also tried add_recurrence_rule event.custom_property(''RRULE'', ''FREQ=WEEKLY;INTERVAL=1;UNTIL=20090828T235959Z'') and I get this RRULE:FREQ=WEEKLY\;INTERVAL=1\;UNTIL=20090828T235959Z In my ics file. Which doesn''t seem to work because the semicolons are escaped. Please advise.