Return a calendar view of only todos (optionally, include todos that are done).
# File lib/vpim/view.rb, line 85 def self.todos(cal, withdone=false) end
Return a calendar view for the next week.
# File lib/vpim/view.rb, line 76 def self.week(cal) cal.clone.extend Week.dup end
[Validate]
Generated with the Darkfish Rdoc Generator 2.