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