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