# File lib/ri_cal/properties/todo.rb, line 617 def due_property=(property_value) @due_property = property_value ? property_value.for_parent(self) : nil @duration_property = nil end