# File lib/icalendar/calendar.rb, line 37
    def find_event(uid)
      self.events.find {|e| e.uid == uid}
    end