# File lib/ri_cal/fast_date_time.rb, line 38
    def ical_str
      "%04d%02d%02dT%02d%02d%02d" % [year, month, day, hour, min, sec]
    end