# File lib/icalendar/component/event.rb, line 124
    def occurrences_starting(time)
      recurrence_rules.first.occurrences_of_event_starting(self, time)
    end