# File lib/ri_cal/fast_date_time.rb, line 42
    def ical_date_str
      "%04d%02d%02d" % [year, month, day]
    end