# File lib/icalendar/calendar.rb, line 59
    def find_todo(uid)
      self.todos.find {|t| t.uid == uid}
    end